mediawiki-extensions-Echo/.stylelintrc.json
libraryupgrader 7d4448e4e9 build: Updating stylelint-config-wikimedia to 0.11.1
The following rules are failing and were disabled:
* declaration-property-unit-disallowed-list

Change-Id: Ib5affe3e76c81e3b077c4b787a172ec50f30a499
2021-09-04 19:42:56 +00:00

9 lines
176 B
JSON

{
"extends": "stylelint-config-wikimedia",
"rules": {
"declaration-no-important": null,
"selector-max-id": null,
"declaration-property-unit-disallowed-list": null
}
}