2 Star 0 Fork 1

杜炜/Vue3 Template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
commitlint.config.js 736 Bytes
一键复制 编辑 原始数据 按行查看 历史
杜炜 提交于 2023-08-14 11:37 . 📦 build: 项目架构的搭建
// eslint-disable-next-line no-undef
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-case': [2, 'always', ['lower-case', 'upper-case']],
'type-enum': [
2,
'always',
[
'feat', //新的特性
'fix', //修复Bug
'docs', //添加或更新文档
'style', //代码格式的更改
'refactor', //代码进行重构
'perf', //提升性能
'test', //添加或更新测试用例
'chore', //更改配置文件
'revert', //版本回退
'merge', //分支合并
'build', //打包工具的更改
'release', //发布/版本标签
'ci' //对CI配置和脚本的更改
]
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/DwClown/Vue3-Template.git
git@gitee.com:DwClown/Vue3-Template.git
DwClown
Vue3-Template
Vue3 Template
master

搜索帮助