1 Star 0 Fork 3

lord999/nestjs-mysql-api-react

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
commitlint.config.js 443 Bytes
一键复制 编辑 原始数据 按行查看 历史
shuiping.kuang 提交于 2021-03-26 17:43 +08:00 . refactor: 重构代码
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [
2,
'always',
['upd', 'feat', 'fix', 'docs', 'style', 'refactor', 'test', 'chore'],
],
},
};
/**
* https://segmentfault.com/a/1190000017790694
* upd: 更新
* feat: 新增
* fix: 修复
* docs: 文档
* style: 样式
* refactor: 重构代码
* test: 单元测试
* chore: 构建过程或辅助工具的变动
*/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jiujiaowoshangdiba_admin/nestjs-mysql-api-react.git
git@gitee.com:jiujiaowoshangdiba_admin/nestjs-mysql-api-react.git
jiujiaowoshangdiba_admin
nestjs-mysql-api-react
nestjs-mysql-api-react
master

搜索帮助