diff --git a/package.json b/package.json index 8553876..4fbca28 100644 --- a/package.json +++ b/package.json @@ -48,11 +48,6 @@ "publishConfig": { "access": "public" }, - "husky": { - "hooks": { - "precommit": "lint-staged" - } - }, "lint-staged": { "*.{js,jsx,ts,tsx,css}": [ "prettier --write"