169 Star 1.1K Fork 282

GVPantv / L7

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.ts 410 Bytes
一键复制 编辑 原始数据 按行查看 历史
lvisei 提交于 2024-04-07 19:57 . style: code format (#2378)
export default {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [
2,
'always',
[
'build',
'chore',
'ci',
'docs',
'feat',
'fix',
'perf',
'refactor',
'revert',
'style',
'test',
'deps',
'wip',
],
],
'header-max-length': [2, 'always', 100],
},
};
TypeScript
1
https://gitee.com/antv/L7.git
git@gitee.com:antv/L7.git
antv
L7
L7
master

搜索帮助