mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
another kick to get node_modules ignored by lint
This commit is contained in:
parent
38d16b8a4d
commit
4cfd216a0c
@ -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')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user