Skip to content

Commit 5ac19f1

Browse files
committed
chore: lockfile and husky
1 parent 7d04d2a commit 5ac19f1

File tree

3 files changed

+31087
-0
lines changed

3 files changed

+31087
-0
lines changed

.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 $1

.husky/pre-commit

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 lint-staged

0 commit comments

Comments
 (0)