1 Star 0 Fork 88

swimming8243 / LogicFlow

forked from LogicFlow / LogicFlow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.commitlintrc.js 745 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuchao 提交于 2021-04-09 18:40 . style: set eslint
module.exports = {
extents: ['@commitlint/config-conventional'],
rules: {
'body-leading-blank': [1, 'always'],
'footer-leading-blank': [1, 'always'],
'header-max-length': [2, 'always', 72],
'scope-case': [2, 'always', 'lower-case'],
'subject-case': [
2,
'never',
['sentence-case', 'start-case', 'pascal-case', 'upper-case'],
],
'subject-full-stop': [2, 'never', '.'],
'type-case': [2, 'always', 'lower-case'],
'type-enum': [
2,
'always',
[
'build',
'chore',
'ci',
'docs',
'feat',
'fix',
'improvement',
'perf',
'refactor',
'revert',
'style',
'test',
],
],
},
};
TypeScript
1
https://gitee.com/swimming8243/LogicFlow.git
git@gitee.com:swimming8243/LogicFlow.git
swimming8243
LogicFlow
LogicFlow
master

搜索帮助