Added linters and fixed linter warnings
This commit is contained in:
@ -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 ."
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user