1 Star 1 Fork 0

WeBankOpenSource/fes-design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
commitlint.config.cjs 530 Bytes
一键复制 编辑 原始数据 按行查看 历史
ocean_gao 提交于 2024-04-24 10:30 . style(Eslint): rules upate (#764)
/**
* Type 文档:
* https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type
*/
module.exports = {
'extends': ['@commitlint/config-conventional'],
'rules': {
'type-enum': [2, 'always', ['feat', 'fix', 'docs', 'style', 'refactor', 'test', 'chore', 'revert', 'release', 'build']],
},
'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],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/WeBankOS/fes-design.git
[email protected]:WeBankOS/fes-design.git
WeBankOS
fes-design
fes-design
main

搜索帮助