build: Run stylelint also for less files

Less file was added with I1f15cd9ac4b78d7f6e24b93af0fcfb809f00e563

Change-Id: I72c1aab5c6949e2c9e2e7a28a2435a25c0bde1a3
This commit is contained in:
Umherirrender 2019-01-18 18:13:17 +01:00
parent 941d7df954
commit cc8166e64a

View file

@ -16,6 +16,7 @@ module.exports = function ( grunt ) {
stylelint: {
all: [
'**/*.css',
'**/*.less',
'!node_modules/**',
'!vendor/**'
]