Skip to content

Commit

Permalink
chore(deps): remove deprecated husky functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Aug 11, 2024
1 parent 307cd9f commit 198dbbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit ${1}
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

cargo fmt
npx --no-install lint-staged

0 comments on commit 198dbbb

Please sign in to comment.