build: Upgrade grunt-eslint from 19.0.0 to 20.0.0
[lhc/web/wiklou.git] / .stylelintrc
1 {
2 "extends": "stylelint-config-wikimedia",
3 "rules": {
4 "no-descending-specificity": null,
5
6 "selector-no-id": null
7 }
8 }