1 Star 0 Fork 195

阿U / iita-iot-web-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.js 511 Bytes
一键复制 编辑 原始数据 按行查看 历史
tangtang 提交于 2023-05-17 10:30 . init(框架): 框架初始化
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [
2,
'always',
[
'feat', // 新功能 feature
'fix', // 修复 bug
'docs', // 文档注释
'style', // 代码格式
'refactor', // 重构
'perf', // 性能优化
'test', // 增加测试
'chore', // 构建过程或辅助工具的变动
'revert', // 回退
'build' // 打包
]
],
'subject-case': [0]
}
}
JavaScript
1
https://gitee.com/pickmetech/iita-iot-web-admin.git
git@gitee.com:pickmetech/iita-iot-web-admin.git
pickmetech
iita-iot-web-admin
iita-iot-web-admin
dev-V0.5.0

搜索帮助

53164aa7 5694891 3bd8fe86 5694891