8 Star 63 Fork 40

KonBAI / RuoYi-Flowable-Vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.js 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
KonBAI 提交于 2023-06-01 22:37 . Initial commit
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [
2,
'always',
[
'feat', // 新功能 feature
'fix', // 修复 bug
'docs', // 文档注释
'style', // 代码格式
'refactor', // 重构
'perf', // 性能优化
'test', // 增加测试
'chore', // 构建过程或辅助工具的变动
'revert', // 回退
'build' // 打包
]
],
'subject-case': [0]
}
};
1
https://gitee.com/KonBAI-Q/ruoyi-flowable-vue3.git
git@gitee.com:KonBAI-Q/ruoyi-flowable-vue3.git
KonBAI-Q
ruoyi-flowable-vue3
RuoYi-Flowable-Vue3
dev

搜索帮助