summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/UploadWizard/.stylelintrc.json
blob: 3282735b8d0f01a9d5107ee8d9e15bd6b9de6bf6 (plain)
1
2
3
4
5
6
7
{
	"extends": "stylelint-config-wikimedia",
	"rules": {
		"selector-max-id": null,
		"no-descending-specificity": null
	}
}