feat: added commit message hook for commitlint

This commit is contained in:
Bart van der Braak 2023-06-14 02:01:29 +02:00
parent 285f2d6510
commit 293eba6f33

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"