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

Change-Id: I1eef05c2358208b0dea8a8fce17a61707c9d9687
2021-09-04 21:19:06 +00:00

8 lines
150 B
JSON

{
"extends": "stylelint-config-wikimedia",
"rules": {
"no-descending-specificity": null,
"declaration-property-unit-disallowed-list": null
}
}