1 Star 0 Fork 0

Ceart/lib_monorepo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.commitlintrc.js 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ceart 提交于 2022-08-05 18:37 . feat: 配置更新
/*
* @Description:
* @Version: 1.0.0
* @Autor: Ceart <1871321876@qq.com>
* @Date: 2022-08-04 23:11:16
* @LastEditors: Ceart
* @LastEditTime: 2022-08-04 23:11:23
*/
const chalk = require('chalk');
console.log(
`${chalk.bgBlueBright.black(' INFO ')} ${chalk.blueBright(
`读取了: ${__filename.slice(__dirname.length + 1)}`
)}`
);
module.exports = {
extends: ['@commitlint/config-conventional'],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ceartmy/lib_monorepo.git
git@gitee.com:ceartmy/lib_monorepo.git
ceartmy
lib_monorepo
lib_monorepo
master

搜索帮助