Merge "build: Remove syntax option from stylelint"

This commit is contained in:
jenkins-bot 2022-11-09 17:26:18 +00:00 committed by Gerrit Code Review
commit 0ed04eea34

View file

@ -14,9 +14,6 @@ module.exports = function ( grunt ) {
all: '.'
},
stylelint: {
options: {
syntax: 'less'
},
all: [
'**/*.{css,less}',
'!vendor/**'