feat: added commit-msg hook for commitlint

This commit is contained in:
Bart van der Braak 2023-06-14 00:30:10 +02:00
parent 6a0b8cc28e
commit c2594d649d
4 changed files with 59 additions and 4 deletions

4
.husky/commit-msg Executable file
View file

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