mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 08:58:25 +00:00
04a2b27d7f
This exposes two broken tests: * #setCount (Eastern Arabic numerals) * clicking on the product of createBanner() should trigger a custom event that were previously passing due to buggy assertions. Change-Id: If18ad1ff9363fff65d3e347c01ce4bc0669b2a0e
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"declaration-no-important": null,
|
|
"property-blacklist": [
|
|
"background-size"
|
|
],
|
|
"selector-list-comma-newline-after": null,
|
|
"selector-max-id": null,
|
|
"value-keyword-case": null
|
|
}
|
|
}
|