1 Star 0 Fork 972

hinet / vue-element-plus-admin

forked from Archer / vue-element-plus-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.js 891 Bytes
一键复制 编辑 原始数据 按行查看 历史
kailong321200875 提交于 2022-05-14 09:42 . chore: update deps
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [
2,
'always',
[
'feat', // 新功能(feature)
'fix', // 修补bug
'docs', // 文档(documentation)
'style', // 格式、样式(不影响代码运行的变动)
'refactor', // 重构(即不是新增功能,也不是修改BUG的代码)
'perf', // 优化相关,比如提升性能、体验
'test', // 添加测试
'ci', // 持续集成修改
'chore', // 构建过程或辅助工具的变动
'revert', // 回滚到上一个版本
'workflow', // 工作流改进
'mod', // 不确定分类的修改
'wip', // 开发中
'types', // 类型修改
'release' // 版本发布
]
],
'subject-full-stop': [0, 'never'],
'subject-case': [0, 'never']
}
}
TypeScript
1
https://gitee.com/hinet/vue-element-plus-admin.git
git@gitee.com:hinet/vue-element-plus-admin.git
hinet
vue-element-plus-admin
vue-element-plus-admin
master

搜索帮助