mediawiki-extensions-Echo/.stylelintrc.json
Umherirrender 03d44330a6 stylelint: Enable selector-pseudo-element-colon-notation
Via stylelint --fix

Change-Id: I14b992b0313f093325c9c6f5109bae9ce26ebc2c
2023-03-30 00:24:47 +02:00

12 lines
240 B
JSON

{
"extends": [
"stylelint-config-wikimedia/support-modern",
"stylelint-config-wikimedia/mediawiki"
],
"rules": {
"declaration-no-important": null,
"selector-max-id": null,
"declaration-property-unit-disallowed-list": null
}
}