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