Added linters and fixed linter warnings

This commit is contained in:
2018-04-28 23:19:02 -05:00
parent afcf9adc25
commit 8bc16155f3
5 changed files with 305 additions and 272 deletions

View File

@ -25,9 +25,12 @@
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised-compat": "^7.0.3",
"eslint": "^4.19.1",
"eslint-config-strongloop": "^2.1.0",
"mocha": "^5.1.1"
},
"scripts": {
"test": "mocha test/*.spec.js"
"test": "mocha test/*.spec.js",
"pretest": "eslint --ignore-path .gitignore ."
}
}