mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 08:13:38 +00:00
d659ff8882
The following rules are failing and were disabled: * declaration-property-unit-disallowed-list Change-Id: I1eef05c2358208b0dea8a8fce17a61707c9d9687
8 lines
150 B
JSON
8 lines
150 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"no-descending-specificity": null,
|
|
"declaration-property-unit-disallowed-list": null
|
|
}
|
|
}
|