Ai
1 Star 0 Fork 0

yiidot/bt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
commitlint.config.js 619 Bytes
一键复制 编辑 原始数据 按行查看 历史
weihongli 提交于 2023-04-07 17:11 +08:00 . init: 初始化模板
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [
2,
'always',
[
'init', // 初始化项目
'chore', // 改变构建流程、或者增加依赖库、工具等
'docs', // 文档修改
'feat', // 新增功能
'fix', // 修复缺陷
'update', // 不是 feat 或 fix 的代码变更
'perf', // 优化相关,比如提升性能、体验
'refactor', // 代码重构
'revert', // 回退版本
'style', // 样式修改
'test', // 测试用例修改
],
],
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yiidot/bt.git
git@gitee.com:yiidot/bt.git
yiidot
bt
bt
develop

搜索帮助