Skip to content

Commit

Permalink
chore(husky): migrate from v8 to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Jun 5, 2024
1 parent d6b40ed commit bc49dfa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

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"

commitlint -e
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

lint-staged
lint-staged

0 comments on commit bc49dfa

Please sign in to comment.