aboutsummaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
blob: 27e289d4303c5c145e4597e7298c40b62b9a6946 (plain) (blame)
1
2
3
4
5
6
7
8
{
	"extends": "stylelint-config-wikimedia",
	"rules": {
		"no-descending-specificity": null,

		"selector-no-id": null
	}
}