1 Star 0 Fork 284

huibinxiao / L7

forked from antv / 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/hbxiao/L7.git
git@gitee.com:hbxiao/L7.git
hbxiao
L7
L7
master

搜索帮助