chore: add commitlint

This commit is contained in:
Kim, Jimin 2023-09-23 17:46:12 +09:00
parent fac8349878
commit 51ed1266c9
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
5 changed files with 711 additions and 36 deletions

4
.husky/commit-msg Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx --no -- commitlint --edit "${1}"