aboutsummaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
blob: 8c9bdb3974cfeb15bba2d5dafa39c8238f475c7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
	"extends": [
		"stylelint-config-wikimedia/support-basic",
		"stylelint-config-wikimedia/mediawiki"
	],
	"rules": {
		"selector-class-pattern": "^((mw|oo-ui|cdx)-|(wikitable|(toc(|toggle|hidden))|client-(no)?js)$)",
		"no-descending-specificity": null,
		"selector-max-id": null
	}
}