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