Skip to content

Commit c9c4f37

Browse files
committed
chore(husky): updated config to match the installed version
1 parent 9f9aad1 commit c9c4f37

File tree

5 files changed

+4761
-27
lines changed

5 files changed

+4761
-27
lines changed

.husky/commit-msg

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

.husky/pre-commit

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

.huskyrc.json

-6
This file was deleted.

0 commit comments

Comments
 (0)