feat: add commitlint

This commit is contained in:
Ashutosh-Bhadauriya
2023-08-18 13:26:01 +05:30
committed by Mythie
parent d4b130a731
commit 1f79ca0a70
5 changed files with 1415 additions and 0 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

0
.husky/pre-commit Normal file → Executable file
View File