Merge "phpunit: Fix AvroFormatterTest failure on PHP 7"
[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-no-id": null,
9 "selector-pseudo-element-colon-notation": null,
10
11 "string-quotes": null,
12
13 "value-keyword-case": null
14 }
15 }