Skip to content

Commit

Permalink
chore(deps): update husky to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-abbott committed Jun 23, 2022
1 parent a4e2eeb commit 7e3eb4e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 346 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

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

npx --no-install lint-staged
4 changes: 4 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint
Loading

0 comments on commit 7e3eb4e

Please sign in to comment.