1 Star 0 Fork 0

刘威/front-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.commitlintrc.js 682 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘威 提交于 2021-12-18 21:59 . build: 🏹 项目基础结构搭建完成
/**
* @reference https://commitlint.js.org/#/
*/
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [
2,
'always',
[
'feat',
'fix',
'wip',
'style',
'refactor',
'docs',
'build',
'ci',
'test',
'perf',
'chore',
'revert',
'conflict',
'font',
'delete',
'stash',
],
],
'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],
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuweiyibai/front-starter.git
git@gitee.com:liuweiyibai/front-starter.git
liuweiyibai
front-starter
front-starter
master

搜索帮助