Update grunt-eslint versions

This was suggested by `npm audit`.

Also changing the configuration: the "syntax" option
is no longer needed.
This commit is contained in:
Amir E. Aharoni
2022-01-24 13:42:15 +02:00
committed by Niklas Laxström
parent 5cb466eaae
commit 817b4a4318
2 changed files with 3 additions and 6 deletions

View File

@@ -22,9 +22,6 @@ module.exports = function ( grunt ) {
] ]
}, },
stylelint: { stylelint: {
options: {
syntax: 'css'
},
src: [ src: [
'**/*.css', '**/*.css',
'!node_modules/**' '!node_modules/**'

View File

@@ -30,9 +30,9 @@
"grunt": "1.4", "grunt": "1.4",
"grunt-contrib-qunit": "4.0.0", "grunt-contrib-qunit": "4.0.0",
"grunt-eslint": "23.0.0", "grunt-eslint": "23.0.0",
"grunt-stylelint": "0.16.0", "grunt-stylelint": "0.17.0",
"stylelint": "13.13.1", "stylelint": "14.3.0",
"stylelint-config-wikimedia": "0.10.3" "stylelint-config-wikimedia": "0.11.1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",