mirror of
https://github.com/Carve/qbittorrent-webui-cjratliff.com.git
synced 2024-11-14 10:47:38 +01:00
21 lines
533 B
JSON
21 lines
533 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"plugins": [
|
|
"stylelint-order"
|
|
],
|
|
"rules": {
|
|
"color-hex-length": null,
|
|
"comment-empty-line-before": null,
|
|
"comment-whitespace-inside": null,
|
|
"declaration-colon-newline-after": null,
|
|
"function-name-case": null,
|
|
"indentation": 4,
|
|
"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
|
|
}
|
|
}
|