Skip to content

Commit

Permalink
chore: remove husky
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Dec 21, 2024
1 parent 93c0377 commit 99e6feb
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 17 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg

This file was deleted.

Empty file removed .husky/pre-commit
Empty file.
4 changes: 0 additions & 4 deletions .husky/prepare-commit-msg

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"lint": "turbo lint",
"publish:packages": "changeset publish",
"test": "turbo test",
"version:packages": "changeset version && pnpm install --lockfile-only",
"prepare": "husky"
"version:packages": "changeset version && pnpm install --lockfile-only"
},
"devDependencies": {
"@brionmario/eslint-plugin": "^0.3.4",
Expand All @@ -38,7 +37,6 @@
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-turbo": "^2.3.0",
"husky": "^9.0.11",
"prettier": "^3.3.3",
"turbo": "latest"
},
Expand Down
9 changes: 0 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 99e6feb

Please sign in to comment.