2 Star 1 Fork 0

coder猪/partner-seeking-front-free

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.commitlintrc.js 754 Bytes
一键复制 编辑 原始数据 按行查看 历史
coder猪 提交于 2022-08-06 21:16 . feat: 开源版1.0
/**
* feat:新功能
* update:更新某功能
* fix:修补某功能的bug
* refactor:重构某个功能
* optimize: 优化构建工具或运行时性能
* style:仅样式改动
* docs:仅文档新增/改动
* chore:构建过程或辅助工具的变动
* build
*/
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [2, 'always', ['feat', 'update', 'fix', 'refactor', 'optimize', 'style', 'docs', 'chore']],
'type-case': [0],
'type-empty': [0],
'scope-empty': [0],
'scope-case': [0],
'subject-full-stop': [0, 'never'],
'subject-case': [0, 'never'],
'header-max-length': [0, 'always', 72]
}
};
// 这些配置是什么意思?请自行查阅commitlint文档
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/JSshuai2015/partner-seeking-front-free.git
git@gitee.com:JSshuai2015/partner-seeking-front-free.git
JSshuai2015
partner-seeking-front-free
partner-seeking-front-free
master

搜索帮助