build: Update stylelint-config-wikimedia to 0.12.2

Change-Id: I4ce41646b338555c51c3269c699c712790af096a
This commit is contained in:
Ed Sanders 2022-02-22 16:40:18 +00:00
parent 0a0fbe6b06
commit 7fcb7534a9
3 changed files with 1028 additions and 1711 deletions

View file

@ -22,9 +22,6 @@ module.exports = function ( grunt ) {
},
// Lint Styling
stylelint: {
options: {
syntax: 'less'
},
all: [
'modules/**/*.{css,less}'
]

2732
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -21,8 +21,8 @@
"grunt-banana-checker": "0.9.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "23.0.0",
"grunt-stylelint": "0.16.0",
"stylelint-config-wikimedia": "0.11.1",
"grunt-stylelint": "0.17.0",
"stylelint-config-wikimedia": "0.12.2",
"svgo": "2.8.0",
"wdio-mediawiki": "2.0.0",
"webdriverio": "7.16.13"