chore: add commitlint

This commit is contained in:
2023-02-16 22:11:44 +08:00
parent 7b33d17118
commit e17f43ecac
4 changed files with 840 additions and 1 deletions

4
.husky/commit-msg Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
pnpm exec commitlint -e "$1"