1 Star 0 Fork 1.3K

啊牛哥 / plus-ui

forked from 疯狂的狮子Li / plus-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.js 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
疯狂的狮子Li 提交于 2023-04-03 00:05 . update 调整代码格式
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]
}
};
TypeScript
1
https://gitee.com/jinniu/plus-ui.git
git@gitee.com:jinniu/plus-ui.git
jinniu
plus-ui
plus-ui
ts

搜索帮助