mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 00:05:00 +00:00
8b73a9e2a9
Fixed the following rules: selector-list-comma-newline-after declaration-property-value-blacklist number-leading-zero color-named Change-Id: Id864b54eaf7d8b88e4327703bb366640769632f1
7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"selector-no-id": null
|
|
}
|
|
}
|