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: {
options: {
syntax: 'css'
},
src: [
'**/*.css',
'!node_modules/**'