mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
aaac2ba4b7
The following rules are failing and were disabled: * declaration-property-unit-disallowed-list Change-Id: I5252d63ec939a711022844ed9e4c2d247e154820
9 lines
177 B
JSON
9 lines
177 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"selector-max-id": null,
|
|
"no-descending-specificity": null,
|
|
"declaration-property-unit-disallowed-list": null
|
|
}
|
|
}
|