29 Star 387 Fork 78

theajack / cnchar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.js 334 Bytes
一键复制 编辑 原始数据 按行查看 历史
theajack 提交于 2020-04-06 01:51 . feat: 重建仓库
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [2, 'always', [
'feat', 'fix', 'config', 'docs', 'style', 'refactor', 'test', 'build', 'ci', 'chore', 'revert', 'del'
]],
'subject-full-stop': [0, 'never'],
'subject-case': [0, 'never']
}
};
TypeScript
1
https://gitee.com/theajack/cnchar.git
git@gitee.com:theajack/cnchar.git
theajack
cnchar
cnchar
master

搜索帮助