mediawiki-extensions-Multim.../.stylelintrc
Ed Sanders e7ff2ba8b6 build: Introduce stylelint and make pass
Change-Id: I6f97359c6f34f2e5687ce91ab9926c493e613bf5
2016-07-19 13:51:05 -07:00

7 lines
97 B
Plaintext

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