Skip to content

Commit 1bfacb6

Browse files
chore: husky migration
1 parent 96e6ff4 commit 1bfacb6

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.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
npx --no-install commitlint --edit $1

.husky/pre-commit

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

0 commit comments

Comments
 (0)