1 Star 0 Fork 245

1004355343 / chameleon

forked from DiDi-opensource / chameleon 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.js 489 Bytes
一键复制 编辑 原始数据 按行查看 历史
//git commit -m"feat: 新增功能"
//规范团队commit规范,参考commitlint-angular https://www.npmjs.com/package/@commitlint/config-angular
module.exports = {
extends: ['@commitlint/config-angular'],
rules: {
'type-enum': [2, 'always', [
"feat", "fix", "docs", "style", "refactor", "test", "chore", "revert"
]],
'subject-full-stop': [0, 'never'],
'subject-case': [0, 'never'],
}
};
//[build, ci, docs, feat, fix, perf, refactor, revert, style, test]
JavaScript
1
https://gitee.com/a1004355343/chameleon.git
git@gitee.com:a1004355343/chameleon.git
a1004355343
chameleon
chameleon
master

搜索帮助