diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100644 index 72c4429..0000000 --- a/.husky/pre-commit +++ /dev/null @@ -1 +0,0 @@ -npm test diff --git a/package.json b/package.json index 02b341f..c23c0b6 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,6 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@commitlint/cli": "^18.6.1", - "@commitlint/config-conventional": "^18.6.2", "@storybook/addon-essentials": "^7.6.17", "@storybook/addon-interactions": "^7.6.17", "@storybook/addon-links": "^7.6.17", @@ -64,7 +62,6 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "eslint-plugin-storybook": "^0.8.0", - "husky": "^9.0.11", "postcss": "^8.4.35", "prettier": "^3.2.5", "storybook": "^7.6.17",