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

Change-Id: I80c8761527844d1cd4d53b21517dc25d2b425689
2021-09-04 23:17:25 +00:00

7 lines
113 B
JSON

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