mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-13 17:48:17 +00:00
30c544e7e6
* grunt: 1.5.3 → 1.6.1 * stylelint-config-wikimedia: 0.13.1 → 0.14.0 The following rules are failing and were disabled: * selector-pseudo-element-colon-notation * cookiejar: 2.1.3 → 2.1.4 * https://github.com/advisories/GHSA-h452-7996-h45h * decode-uri-component: 0.2.0 → 0.2.2 * https://github.com/advisories/GHSA-w573-4hg7-7wgq * jpeg-js: 0.4.3 → 0.4.4 * https://github.com/advisories/GHSA-xvf7-4v9q-58w6 * ua-parser-js: 1.0.2 → 1.0.34 * https://github.com/advisories/GHSA-fhg7-m89q-25r3 Change-Id: I0b7c1d2324720a0e07f24cd79651c1166b22e406
13 lines
323 B
JSON
13 lines
323 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-wikimedia/support-modern",
|
|
"stylelint-config-wikimedia/mediawiki"
|
|
],
|
|
"rules": {
|
|
"no-descending-specificity": null,
|
|
"selector-class-pattern": "^(ve|mw|oo-ui|client|skin)-",
|
|
"declaration-property-unit-disallowed-list": null,
|
|
"selector-pseudo-element-colon-notation": null
|
|
}
|
|
}
|