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

Change-Id: I7ceb0021cec89d3c1fa58e21325bedfecb7ddf0f
2021-09-04 18:51:00 +00:00

7 lines
113 B
JSON

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