mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02: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: {
|
||||
html: ['*/*/*.html', '!node_modules/*'],
|
||||
html: ['*/*/*.html', '!node_modules/*/*.html', '!*/node_modules/*.html'],
|
||||
options: {
|
||||
jshintrc: ".jshintrc"
|
||||
//,reporter: require('jshint-stylish')
|
||||
|
@ -31,10 +31,10 @@
|
||||
"when": "^3.7.8",
|
||||
"exif": "^0.6.0",
|
||||
"ngeohash": "^0.6.0",
|
||||
"nodemailer" : "^1.11.0",
|
||||
"poplib" : "^0.1.7",
|
||||
"mailparser" : "^0.6.2",
|
||||
"imap" : "^0.8.19",
|
||||
"nodemailer": "^1.11.0",
|
||||
"poplib": "^0.1.7",
|
||||
"mailparser": "^0.6.2",
|
||||
"imap": "^0.8.19",
|
||||
"msgpack-js": "^0.3.0"
|
||||
},
|
||||
"engines": {
|
||||
|
Loading…
Reference in New Issue
Block a user