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',
|
||||
|
||||
Reference in New Issue
Block a user