Use project eslint and mocha instead of global ones

As those are listed in `devDependencies`, developers should not be forced to install them globally.
This commit is contained in:
David Jimenez
2017-06-22 20:24:58 -05:00
parent fededfbfb1
commit c0e7c61637
+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": [],