aboutsummaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
blob: 4bfa961fc1bb2defef05b10e4ed703a324ad799c (plain) (blame)
1
2
3
4
5
6
7
8
{
	"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
	}
}