build: Updating stylelint-config-wikimedia to 0.11.1

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

Change-Id: Ib6fff3b854ac4ef049f9aa0df5956dcce2a07f26
This commit is contained in:
libraryupgrader 2021-09-04 02:29:35 +00:00
parent 634712843b
commit 206e5c1b29
3 changed files with 494 additions and 720 deletions

View file

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

1211
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -9,6 +9,6 @@
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0",
"grunt-stylelint": "0.16.0",
"stylelint-config-wikimedia": "0.10.3"
"stylelint-config-wikimedia": "0.11.1"
}
}