1 Star 1 Fork 78

jingwx/PureChat

forked from yongkang/PureChat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.js 575 Bytes
一键复制 编辑 原始数据 按行查看 历史
yongkang 提交于 2023-03-01 11:15 . style: eslint
module.exports = {
extends: ["@commitlint/config-angular"],
rules: {
"type-enum": [
2,
"always",
[
"feat",
"fix",
"perf",
"refactor",
"style",
"docs",
"test",
"revert",
"config",
"chore",
"release",
],
],
"type-case": [0],
"type-empty": [0],
"scope-empty": [0],
"scope-case": [0],
"subject-full-stop": [0, "never"],
"subject-case": [0, "never"],
"header-max-length": [0, "always", 72],
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jingwx/PureChat.git
[email protected]:jingwx/PureChat.git
jingwx
PureChat
PureChat
master

搜索帮助