1 Star 0 Fork 0

sh_club/template-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
commitlint.config.js 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
木子新叶 提交于 2022-10-27 11:37 . !1vue3+vite脚手架初始化模板
/**
* feat:新功能
* update:更新某功能
* fix:修补某功能的bug
* refactor:重构某个功能
* optimize: 优化构建工具或运行时性能
* style:仅样式改动
* docs:仅文档新增/改动
* chore:构建过程或辅助工具的变动
*/
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],
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sh_club/template-vue3.git
git@gitee.com:sh_club/template-vue3.git
sh_club
template-vue3
template-vue3
master

搜索帮助