feat: implement husky with commitlint

This commit is contained in:
2022-05-16 20:33:47 +01:00
parent 5e1d0d321f
commit 6d508fc491
4 changed files with 1071 additions and 2 deletions

4
.husky/commit-msg Executable file
View File

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