1 Star 0 Fork 87

cytxiamen@126.com / Hippy

forked from 腾讯开源 / Hippy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.js 745 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
extends: [
'@commitlint/config-conventional',
],
rules: {
'header-max-length': [2, 'always', 72],
'type-enum': [
2,
'always',
[
'build', // build
'ci', // ci
'chore', // Other changes that don't modify src or test files.
'docs', // Adds or alters documentation.
'feat', // Adds a new feature.
'fix', // Solves a bug.
'perf', // Improves performance.
'refactor', // Rewrites code without feature, performance or bug changes.
'revert', // Reverts a previous commit.
'style', // Improves formatting, white-space.
'test', // Adds or modifies tests.
],
],
'scope-empty': [2, 'never'],
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xmms_cytxiamen/Hippy.git
git@gitee.com:xmms_cytxiamen/Hippy.git
xmms_cytxiamen
Hippy
Hippy
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891