Merge pull request #21 from Nimblr/localMochaEslint
Use project eslint and mocha instead of global ones
This commit is contained in:
+2
-2
@@ -48,8 +48,8 @@
|
||||
"pre-git": {
|
||||
"commit-msg": "",
|
||||
"pre-commit": [
|
||||
"eslint ./",
|
||||
"mocha"
|
||||
"./node_modules/.bin/eslint ./",
|
||||
"./node_modules/.bin/mocha"
|
||||
],
|
||||
"pre-push": [],
|
||||
"post-commit": [],
|
||||
|
||||
Reference in New Issue
Block a user