mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
7d4448e4e9
The following rules are failing and were disabled: * declaration-property-unit-disallowed-list Change-Id: Ib5affe3e76c81e3b077c4b787a172ec50f30a499
9 lines
176 B
JSON
9 lines
176 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"declaration-no-important": null,
|
|
"selector-max-id": null,
|
|
"declaration-property-unit-disallowed-list": null
|
|
}
|
|
}
|