2 Star 5 Fork 4

有来开源组织/uniapp-nutui-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.cjs 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
郝先瑞 提交于 2024-02-27 00:42 . 初始提交
// https://github.com/conventional-changelog/commitlint/#what-is-commitlint
// 例:feat: 增加功能
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [
2,
'always',
[
'feat', // 新功能(feature)
'fix', // 修补bug
'docs', // 文档(documentation)
'style', // 格式、样式(不影响代码运行的变动)
'refactor', // 代码重构
'perf', // 性能改进
'test', // 添加测试
'ci', // 持续集成
'chore', // 构建过程或辅助工具的变动
'revert', // 回滚到上一个版本
'workflow', // 工作流改进
'mod', // 不确定分类的修改
'wip', // 开发中
'types', // 类型修改
'release', // 版本发布
'resolve a conflict', // 解决冲突
'merge branch', // 合并分支
'dependencies', // 依赖项修改
'devDependencies', // 开发依赖修改
'strengthen', // 加强,巩固
],
],
'subject-full-stop': [0, 'never'],
'subject-case': [0, 'never'],
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/youlaiorg/uniapp-nutui-template.git
git@gitee.com:youlaiorg/uniapp-nutui-template.git
youlaiorg
uniapp-nutui-template
uniapp-nutui-template
master

搜索帮助

Cb406eda 1850385 E526c682 1850385