From ab745a61a10f406c4fc58765a934df5a49595017 Mon Sep 17 00:00:00 2001 From: Pi Lanningham Date: Tue, 3 Dec 2024 01:52:51 -0500 Subject: [PATCH] Remove husky --- .husky/pre-commit | 1 - package.json | 1 - 2 files changed, 2 deletions(-) delete mode 100644 .husky/pre-commit diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100644 index d0a77842..00000000 --- a/.husky/pre-commit +++ /dev/null @@ -1 +0,0 @@ -npx lint-staged \ No newline at end of file diff --git a/package.json b/package.json index 4b98c59e..c2a305e9 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,6 @@ "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.9", "globals": "^15.9.0", - "husky": "^9.1.6", "lint-staged": "^15.2.10", "postcss": "^8.4.41", "prettier": "^3.3.3",