Merge "Follow-up 2454f51b274: Upgrade qunit from 1.x to 2.x too"
[lhc/web/wiklou.git] / .stylelintrc.json
1 {
2 "extends": "stylelint-config-wikimedia",
3 "rules": {
4 "no-descending-specificity": null,
5
6 "selector-no-id": null
7 }
8 }