Skip to content

chore: remove husky and fix back linter #834

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: remove husky
  • Loading branch information
alvarosabu committed Sep 17, 2024
commit 1953689c642b60f800e5aacfaaf8cf84144a012d
8 changes: 0 additions & 8 deletions .husky/install.mjs

This file was deleted.

25 changes: 0 additions & 25 deletions .husky/pre-push

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"docs:preview": "vitepress preview docs",
"docs:contributors": "esno scripts/update-contributors.ts",
"prepare": "node .husky/install.mjs"
"docs:contributors": "esno scripts/update-contributors.ts"
},
"peerDependencies": {
"three": ">=0.133",
Expand Down