build: 添加commitlint及相关配置
添加commitlint工具用于规范提交信息格式,包括husky钩子、commitlint配置文件和依赖包
This commit is contained in:
@@ -1,2 +1 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
npx lint-staged
|
||||
Reference in New Issue
Block a user