Tidy up listing for some nodes. No functional changes

to make listing task pass
This commit is contained in:
Dave Conway-Jones 2017-04-12 13:32:08 +01:00
parent 8abfd4841d
commit 38d16b8a4d
No known key found for this signature in database
GPG Key ID: 81B04231572A9A2D
8 changed files with 32 additions and 32 deletions

View File

@ -20,5 +20,5 @@
"requireSpacesInFunction": { "beforeOpeningCurlyBrace": true },
//"validateParameterSeparator": ", ",
//"validateQuoteMarks": false,
"maximumLineLength": 220
"maximumLineLength": 280
}

View File

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

View File

@ -17,24 +17,24 @@
"Node-RED", "nodes", "iot", "ibm", "flow"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-simple-mocha": "^0.4.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-lint-inline": "^0.4.4",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jscs": "^2.8.0",
"grunt-lint-inline": "^1.0.0",
"grunt-simple-mocha": "^0.4.1",
"mocha": "^2.4.5",
"should": "^8.3.1",
"sinon": "^1.17.3",
"should": "^8.4.0",
"sinon": "^1.17.7",
"supertest": "^1.2.0",
"proxyquire": "^1.7.10",
"pushbullet": "^1.4.3",
"when": "^3.7.7",
"proxyquire": "^1.7.11",
"pushbullet": "^2.0.0",
"when": "^3.7.8",
"exif": "^0.6.0",
"ngeohash": "^0.6.0",
"nodemailer" : "^1.11.0",
"poplib" : "^0.1.7",
"mailparser" : "^0.6.1",
"imap" : "^0.8.18",
"mailparser" : "^0.6.2",
"imap" : "^0.8.19",
"msgpack-js": "^0.3.0"
},
"engines": {