wiki.techinc.nl/.stylelintrc.json
Ammarpad 742c6cc124 stylelintrc.json: Remove unused pattern
This was recently added in I276325d to allow utilizing the
exception in CSS file but subsequent iterations of the patch
voided the need for this exception, but this file was not updated.

Change-Id: I67cbebe6ba541ca0a3b1ff4a731d949a1d88c994
2020-12-29 14:19:43 +01:00

8 lines
220 B
JSON

{
"extends": "stylelint-config-wikimedia",
"rules": {
"selector-class-pattern": "^((mw|oo-ui)-|(wikitable|(toc(|toggle|hidden))|client-(no)?js)$)",
"no-descending-specificity": null,
"selector-max-id": null
}
}