14 Star 183 Fork 36

vuepress-reco / vuepress-theme-reco

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.js 797 Bytes
一键复制 编辑 原始数据 按行查看 历史
reco_luan 提交于 2020-04-03 19:30 . style: code automation
module.exports = {
extends: ['@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-empty': [2, 'never'],
'subject-full-stop': [2, 'never', '.'],
'type-case': [0],
'type-empty': [2, 'never'],
'type-enum': [
2,
'always',
[
'WIP',
'build',
'chore',
'ci',
'docs',
'feat',
'fix',
'improvement',
'perf',
'refactor',
'revert',
'style',
'test'
]
]
}
}
JavaScript
1
https://gitee.com/vuepress-reco/vuepress-theme-reco.git
git@gitee.com:vuepress-reco/vuepress-theme-reco.git
vuepress-reco
vuepress-theme-reco
vuepress-theme-reco
develop

搜索帮助