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:
committed by
Niklas Laxström
parent
5cb466eaae
commit
817b4a4318
@@ -22,9 +22,6 @@ module.exports = function ( grunt ) {
|
||||
]
|
||||
},
|
||||
stylelint: {
|
||||
options: {
|
||||
syntax: 'css'
|
||||
},
|
||||
src: [
|
||||
'**/*.css',
|
||||
'!node_modules/**'
|
||||
|
||||
Reference in New Issue
Block a user