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 }, "requireSpacesInFunction": { "beforeOpeningCurlyBrace": true },
//"validateParameterSeparator": ", ", //"validateParameterSeparator": ", ",
//"validateQuoteMarks": false, //"validateQuoteMarks": false,
"maximumLineLength": 220 "maximumLineLength": 280
} }

View File

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

View File

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