Follow-up If8dfdaf1, I1c5eee3f: Don't assume INTL_ICU_VERSION exists on Special:Version
[lhc/web/wiklou.git] / .stylelintrc.json
1 {
2 "extends": "stylelint-config-wikimedia",
3 "rules": {
4 "no-descending-specificity": null,
5
6 "selector-max-id": null
7 }
8 }