mediawiki-extensions-Echo/.stylelintrc.json
Ed Sanders 2af0c6d816 build: Update stylelint-config-wikimedia to 0.13.0
Change-Id: I60f34cb3c3c5c12cf1f9f38426a56c76dcf063fd
2022-05-09 14:05:59 +01: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
}
}