mediawiki-extensions-Echo/.stylelintrc
Volker E 675d454bad build: Extend stylelint to further rules
Extending stylelint to include further general rules
and remove obsolete .csslintrc file.

Change-Id: I6957cc3731c39f495e985c9dbd40363102e2e6f0
2016-10-05 14:52:29 -07:00

8 lines
122 B
Plaintext

{
"extends": "stylelint-config-wikimedia",
"rules": {
"declaration-no-important": null,
"selector-no-id": null
}
}