diff --git a/package.json b/package.json index eea7e5d..630d799 100644 --- a/package.json +++ b/package.json @@ -38,10 +38,6 @@ "ts-jest": "^29.2.5", "typescript": "^4.4.4" }, - "simple-git-hooks": { - "pre-commit": "npx lint-staged", - "pre-push": "yarn prepush" - }, "lint-staged": { "**/*.{js,jsx,ts,tsx}": [ "eslint --fix",