1 Star 1 Fork 0

wjp/wx_calendar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.js 764 Bytes
一键复制 编辑 原始数据 按行查看 历史
付登荣 提交于 2019-09-28 10:54 . upd: update utc #186
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'subject-case': [0, 'never'],
'header-max-length': [0, 'always', 70],
'type-enum': [
2,
'always',
[
'docs', // Adds or alters documentation.
'chore', // Other changes that don't modify src or test files.
'feat', // Adds a new feature.
'upd', // update a feature.
'fix', // Solves a bug.
'merge', // Merge branch ? of ?.
'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.
]
]
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wjp002/wx_calendar.git
git@gitee.com:wjp002/wx_calendar.git
wjp002
wx_calendar
wx_calendar
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385