summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/MultimediaViewer/.stylelintrc.json
blob: cae35a021004522383870eccd99137ee5651f91d (plain)
1
2
3
4
5
6
{
	"extends": "stylelint-config-wikimedia",
	"rules": {
		"no-descending-specificity": null
	}
}