mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-14 18:54:47 +00:00
206e5c1b29
The following rules are failing and were disabled: * declaration-property-unit-disallowed-list Change-Id: Ib6fff3b854ac4ef049f9aa0df5956dcce2a07f26
8 lines
140 B
JSON
8 lines
140 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"selector-max-id": null,
|
|
"declaration-property-unit-disallowed-list": null
|
|
}
|
|
}
|