mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-13 17:56:55 +00:00
584c536860
Bug: T173516 Change-Id: I352840aa4c400f27bba2028ca39b5ae2e0f8dcf8
9 lines
154 B
JSON
9 lines
154 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"selector-no-id": null,
|
|
"length-zero-no-unit": null,
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|