mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
20 lines
510 B
JSON
20 lines
510 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"plugins": [
|
|
"stylelint-order"
|
|
],
|
|
"ignoreFiles": ["private/css/lib/*.css"],
|
|
"rules": {
|
|
"color-hex-length": null,
|
|
"comment-empty-line-before": null,
|
|
"comment-whitespace-inside": null,
|
|
"function-name-case": null,
|
|
"length-zero-no-unit": null,
|
|
"no-descending-specificity": null,
|
|
"order/properties-alphabetical-order": true,
|
|
"selector-class-pattern": null,
|
|
"selector-id-pattern": null,
|
|
"value-keyword-case": null
|
|
}
|
|
}
|