Sync translations from Transifex and run lupdate
[qBittorrent.git] / src / webui / www / .stylelintrc.json
bloba1a4aa14893c66363d3dabc898896b17970395ac
2   "extends": "stylelint-config-standard",
3   "plugins": [
4     "stylelint-order"
5   ],
6   "rules": {
7     "color-hex-length": null,
8     "comment-empty-line-before": null,
9     "comment-whitespace-inside": null,
10     "declaration-colon-newline-after": null,
11     "function-name-case": null,
12     "indentation": 4,
13     "length-zero-no-unit": null,
14     "no-descending-specificity": null,
15     "value-keyword-case": null,
16     "order/properties-alphabetical-order": true
17   }