Skip to content

Commit 7de5183

Browse files
committed
chore(engineering): add commitlint, update husky
1 parent f472f2d commit 7de5183

File tree

4 files changed

+4292
-3206
lines changed

4 files changed

+4292
-3206
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+
npx --no-install pretty-quick --staged

0 commit comments

Comments
 (0)