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:
+2
-2
@@ -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": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user