diff --git a/package.json b/package.json index 53e2690..85e7423 100644 --- a/package.json +++ b/package.json @@ -48,11 +48,6 @@ "singleQuote": true, "arrowParens": "avoid" }, - "husky": { - "hooks": { - "pre-commit": "lint-staged" - } - }, "lint-staged": { "*.js": [ "eslint --fix",