704b0cb7e66267a7b159344e33c855e06d5059be
[lhc/web/wiklou.git] / .stylelintrc
1 {
2 "extends": "stylelint-config-wikimedia",
3 "rules": {
4 "declaration-no-important": null,
5
6 "indentation": null,
7
8 "no-descending-specificity": null,
9 "no-duplicate-selectors": null,
10
11 "selector-no-id": null,
12 "selector-pseudo-element-colon-notation": null,
13
14 "string-quotes": null,
15
16 "value-keyword-case": null
17 }
18 }