feat(dev): add commitlint

This commit is contained in:
David Ralph
2022-09-22 10:52:01 +01:00
parent 252fe0aa9a
commit 3cc40fd15f
4 changed files with 603 additions and 1 deletions

4
.husky/commit-msg.sh Normal file
View File

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