Skip to content

Commit bc49dfa

Browse files
committed
chore(husky): migrate from v8 to v9
1 parent d6b40ed commit bc49dfa

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.husky/.gitignore

-1
This file was deleted.

.husky/commit-msg

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
commitlint -e

.husky/pre-commit

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
lint-staged
1+
lint-staged

0 commit comments

Comments
 (0)