mediawiki-extensions-Relate.../.stylelintrc
Umherirrender 627c254157 Add stylelint for less files
Fixed the following rules:
string-quotes
declaration-property-value-blacklist
number-leading-zero

Change-Id: I7c8021070b69cd60ac010e90b3bc13a033d695e2
2017-04-18 18:20:50 +02:00

7 lines
97 B
Plaintext

{
"extends": "stylelint-config-wikimedia",
"rules": {
"no-descending-specificity": null
}
}