mediawiki-skins-MinervaNeue/.stylelintrc.json
Ed Sanders 04a2b27d7f build: Update linters
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
2018-09-11 13:42:11 -07:00

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
}
}