1 Star 0 Fork 0

chengmingxing/LayaAir

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
commitlint.config.js 442 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [2,
'always', [
'feat',//新功能
'fix',//bug
'refactor',//重构
'optimize',//优化
'style',//格式
'docs',//文档
'chore',//辅助工具变动
'test'//测试案例改动
]]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cmx/LayaAir.git
git@gitee.com:cmx/LayaAir.git
cmx
LayaAir
LayaAir
LayaAir_3.1

搜索帮助

0d507c66 1850385 C8b1a773 1850385