chore: Disable commitlint subject-case

This commit is contained in:
lisonge
2023-10-16 17:26:50 +08:00
parent f5e3bbda8c
commit 78367650ec
4 changed files with 13 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
pnpm exec commitlint --edit ${1}
pnpm exec commitlint --config commitlint.config.cts --edit ${1}