chore: add commitlint
This commit is contained in:
parent
fac8349878
commit
51ed1266c9
5 changed files with 711 additions and 36 deletions
4
.husky/commit-msg
Executable file
4
.husky/commit-msg
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npx --no -- commitlint --edit "${1}"
|
Loading…
Add table
Add a link
Reference in a new issue