another kick to get node_modules ignored by lint

This commit is contained in:
Dave Conway-Jones 2017-04-12 13:44:04 +01:00
parent 38d16b8a4d
commit 4cfd216a0c
No known key found for this signature in database
GPG Key ID: 81B04231572A9A2D
2 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ module.exports = function(grunt) {
}, },
}, },
inlinelint: { inlinelint: {
html: ['*/*/*.html', '!node_modules/*'], html: ['*/*/*.html', '!node_modules/*/*.html', '!*/node_modules/*.html'],
options: { options: {
jshintrc: ".jshintrc" jshintrc: ".jshintrc"
//,reporter: require('jshint-stylish') //,reporter: require('jshint-stylish')