Merge "build: Enable indentation stylelint rule"
[lhc/web/wiklou.git] / .stylelintrc
1 {
2 "extends": "stylelint-config-wikimedia",
3 "rules": {
4 "declaration-no-important": null,
5
6 "no-descending-specificity": null,
7
8 "selector-list-comma-newline-after": null,
9 "selector-no-id": null,
10 "selector-pseudo-element-colon-notation": null,
11
12 "string-quotes": null,
13
14 "value-keyword-case": null
15 }
16 }