build: Updating stylelint-config-wikimedia to 0.11.1

The following rules are failing and were disabled:
* declaration-property-unit-disallowed-list

Change-Id: I7ceb0021cec89d3c1fa58e21325bedfecb7ddf0f
This commit is contained in:
libraryupgrader 2021-09-04 05:20:35 +00:00
parent a3b3dfaece
commit ce93e424a5
3 changed files with 622 additions and 805 deletions

View file

@ -1,3 +1,6 @@
{
"extends": "stylelint-config-wikimedia"
"extends": "stylelint-config-wikimedia",
"rules": {
"declaration-property-unit-disallowed-list": null
}
}

1420
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -17,6 +17,6 @@
"grunt-exec": "3.0.0",
"grunt-stylelint": "0.16.0",
"postcss-less": "1.1.3",
"stylelint-config-wikimedia": "0.10.3"
"stylelint-config-wikimedia": "0.11.1"
}
}