mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-09 00:27:28 +03:00
19 lines
464 B
JSON
19 lines
464 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,
|
||
|
"value-keyword-case": null,
|
||
|
"order/properties-alphabetical-order": true
|
||
|
}
|
||
|
}
|