mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
675d454bad
Extending stylelint to include further general rules and remove obsolete .csslintrc file. Change-Id: I6957cc3731c39f495e985c9dbd40363102e2e6f0
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"declaration-no-important": null,
|
|
"selector-no-id": null
|
|
}
|
|
}
|