feat: commitlint 集成

commitlint 集成测试

BREAKING CHANGE: 新增 commitlint.config.js .husky 文件

#I4O3H0
This commit is contained in:
dingyongya
2022-02-16 15:53:40 +08:00
parent 12a608cd42
commit befd0985dc
3 changed files with 44 additions and 3 deletions

4
.husky/commit-msg Normal file
View File

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