mediawiki-skins-Insurgency/.stylelintrc.json
Umherirrender 919667ba34 stylelint: Enable selector-pseudo-element-colon-notation
Via stylelint --fix

Change-Id: Ie6de762bf62033ee913008c194ded62104410256
2023-03-29 23:28:45 +02:00

7 lines
124 B
JSON

{
"extends": "stylelint-config-wikimedia",
"rules": {
"selector-max-id": null,
"no-descending-specificity": null
}
}