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