WebUI: Use Map instead of Mootools Hash in Torrents table
[qBittorrent.git] / src / webui / www / .stylelintrc.json
blob55324a0dd449137564df2b4870ee522d001cb84d
2   "extends": "stylelint-config-standard",
3   "plugins": [
4     "stylelint-order"
5   ],
6   "ignoreFiles": ["private/css/lib/*.css"],
7   "rules": {
8     "color-hex-length": null,
9     "comment-empty-line-before": null,
10     "comment-whitespace-inside": null,
11     "function-name-case": null,
12     "length-zero-no-unit": null,
13     "no-descending-specificity": null,
14     "order/properties-alphabetical-order": true,
15     "selector-class-pattern": null,
16     "selector-id-pattern": null,
17     "value-keyword-case": null
18   }