diff --git a/Gruntfile.js b/Gruntfile.js index a8441e88f..bc53e611e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -12,13 +12,13 @@ module.exports = function ( grunt ) { banana: conf.MessagesDirs, stylelint: { all: [ - '**/*.css', + '**/*.{css,less}', '!{vendor,node_modules,modules/ve-math/tools/node_modules}/**' ] }, watch: { files: [ - '.{stylelintrc,.eslintrc}.json', + '.{stylelintrc,eslintrc}.json', '<%= eslint.all %>', '<%= stylelint.all %>' ],