Update grunt-stylelint to 0.17.0
Recommended by `npm audit`. This required also adding postcss-less and changing Grunt configuration to support it. Change-Id: I22861dcdf761068ce37ed1b03c6bbfba1247860a
This commit is contained in:
committed by
jenkins-bot
parent
48b33e1374
commit
4f257fe8a7
@@ -18,7 +18,7 @@ module.exports = function ( grunt ) {
|
||||
},
|
||||
stylelint: {
|
||||
options: {
|
||||
syntax: 'less'
|
||||
customSyntax: 'postcss-less'
|
||||
},
|
||||
src: [
|
||||
'**/*.css',
|
||||
|
||||
7053
package-lock.json
generated
7053
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -9,7 +9,8 @@
|
||||
"grunt": "1.4.0",
|
||||
"grunt-banana-checker": "0.9.0",
|
||||
"grunt-eslint": "23.0.0",
|
||||
"grunt-stylelint": "0.16.0",
|
||||
"grunt-stylelint": "0.17.0",
|
||||
"postcss-less": "6.0.0",
|
||||
"stylelint-config-wikimedia": "0.11.1",
|
||||
"svgo": "2.3.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user