mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
211a54b568
stylelint is part of config, but not run by default Also update to 0.4.1, it is the current default in many wmf extensions Change-Id: I55f81489182628c088e362e081417514e252e6d6
13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"declaration-no-important": null,
|
|
"property-blacklist": [
|
|
"background-size"
|
|
],
|
|
"selector-list-comma-newline-after": null,
|
|
"selector-no-id": null,
|
|
"value-keyword-case": null
|
|
}
|
|
}
|