Skip to content

Commit 7997ec4

Browse files
committed
feat: add config husky v5
1 parent 0afc843 commit 7997ec4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/commit-msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
yarn commitlint --edit

0 commit comments

Comments
 (0)