90 Star 617 Fork 105

PPTist/PPTist

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
commitlint.config.cjs 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
PPTist 提交于 2024-01-03 19:56 +08:00 . chore: 迁移到 vite
/**
* build 编译相关的修改,例如发布版本、对项目构建或者依赖的改动
* chore 其他修改, 比如改变构建流程、或者增加依赖库、工具等
* docs 文档修改
* feat 新特性、新功能
* fix 修改bug
* perf 优化相关,比如提升性能、体验
* refactor 代码重构
* revert 回滚到上一个版本
* style 代码格式修改
* test 测试用例修改
*/
/* eslint-env node */
module.exports = {
extends: ['@commitlint/config-conventional'],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/pptist/PPTist.git
git@gitee.com:pptist/PPTist.git
pptist
PPTist
PPTist
master

搜索帮助