wiki.techinc.nl/.stylelintrc.json

9 lines
228 B
JSON
Raw Normal View History

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