commitlint-config-y
v0.0.1
Published
commitlint-config
Readme
CommitLint规范
安装
使用
在根目录下创建.commitlintrc.js配置文件
module.exports = {
"extends": "@y-lint/commitlint-config-selling"
}示例
格式: <type>[(scope)]: <description>
git commit -a -m 'build: xxxxx'
git commit -a -m 'feat(): xxxxx'