aboutsummaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
blob: d052b96172ba356d10244f6acc2da2c18399bd17 (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)-|(wikitable|(toc(|toggle|hidden))|client-(no)?js)$)",
		"no-descending-specificity": null,
		"selector-max-id": null
	}
}