1 Star 0 Fork 0

Robin/micro-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
commitlint.config.js 411 Bytes
一键复制 编辑 原始数据 按行查看 历史
maguohua1 提交于 2021-07-09 16:54 . feat: publish of v0.0.1
// https://github.com/conventional-changelog/commitlint
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [2, 'always', [
'feat',
'fix',
'docs',
'style',
'refactor',
'test',
'chore',
]],
'subject-full-stop': [0, 'never'], // 不允许有结束符号 .
'subject-case': [0, 'never'] // 必须以小写开头
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JasonRobin/micro-app.git
[email protected]:JasonRobin/micro-app.git
JasonRobin
micro-app
micro-app
master

搜索帮助