Skip to content

Commit 99e6feb

Browse files
committed
chore: remove husky
1 parent 93c0377 commit 99e6feb

File tree

5 files changed

+1
-17
lines changed

5 files changed

+1
-17
lines changed

.husky/commit-msg

Lines changed: 0 additions & 1 deletion
This file was deleted.

.husky/pre-commit

Whitespace-only changes.

.husky/prepare-commit-msg

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"lint": "turbo lint",
2525
"publish:packages": "changeset publish",
2626
"test": "turbo test",
27-
"version:packages": "changeset version && pnpm install --lockfile-only",
28-
"prepare": "husky"
27+
"version:packages": "changeset version && pnpm install --lockfile-only"
2928
},
3029
"devDependencies": {
3130
"@brionmario/eslint-plugin": "^0.3.4",
@@ -38,7 +37,6 @@
3837
"cz-conventional-changelog": "^3.3.0",
3938
"eslint": "^8.57.0",
4039
"eslint-config-turbo": "^2.3.0",
41-
"husky": "^9.0.11",
4240
"prettier": "^3.3.3",
4341
"turbo": "latest"
4442
},

pnpm-lock.yaml

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)