1 Star 0 Fork 0

threeWU/通用的vue3插件库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
commitlint.config.js 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
THrěě﹀ㄊ 提交于 2023-03-27 21:28 . init
module.exports = {
extends: ["@commitlint/config-conventional"],
rules: {
"body-leading-blank": [2, "always"],
"footer-leading-blank": [1, "always"],
"header-max-length": [2, "always", 108],
"subject-empty": [2, "never"],
"type-empty": [2, "never"],
"subject-case": [0],
"type-enum": [
2,
"always",
[
"build",
"chore",
"ci",
"docs",
"feat",
"fix",
"perf",
"refactor",
"revert",
"style",
"test",
],
],
},
// type中英文对照版
// types: [
// { value: 'build', name: 'build: 构建流程、外部依赖变更 (如升级 npm 包、修改打包配置等)' },
// { value: 'chore', name: 'chore: 对构建过程或辅助工具和库的更改 (不影响源文件、测试用例)' },
// { value: 'ci', name: 'ci: 修改 CI 配置、脚本' },
// { value: 'docs', name: 'docs: 文档变更' },
// { value: 'feat', name: 'feat: 新增功能' },
// { value: 'fix', name: 'fix: 修复缺陷' },
// { value: 'perf', name: 'perf: 性能优化' },
// { value: 'refactor', name: 'refactor: 代码重构' },
// { value: 'revert', name: 'revert: 回滚 commit' },
// { value: 'style', name: 'style: 代码格式' },
// { value: 'test', name: 'test: 添加疏漏测试或已有测试改动' },
// ],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/threewu/universal-vue3-plug-in-library.git
git@gitee.com:threewu/universal-vue3-plug-in-library.git
threewu
universal-vue3-plug-in-library
通用的vue3插件库
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385