Merge pull request #21 from Nimblr/localMochaEslint

Use project eslint and mocha instead of global ones
This commit is contained in:
2017-06-24 12:03:58 +02:00
committed by GitHub
+2 -2
View File
@@ -48,8 +48,8 @@
"pre-git": { "pre-git": {
"commit-msg": "", "commit-msg": "",
"pre-commit": [ "pre-commit": [
"eslint ./", "./node_modules/.bin/eslint ./",
"mocha" "./node_modules/.bin/mocha"
], ],
"pre-push": [], "pre-push": [],
"post-commit": [], "post-commit": [],