1 Star 0 Fork 68

hot/VuePress

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.commitlintrc.js 369 Bytes
一键复制 编辑 原始数据 按行查看 历史
meteorlxy 提交于 2019-11-28 17:19 . build: refine commitlint config
const fs = require('fs')
const path = require('path')
const VuepressPackages = fs.readdirSync(path.resolve(__dirname, 'packages/@vuepress'))
module.exports = {
extends: [
'@commitlint/config-conventional'
],
rules: {
'scope-enum': [
2,
'always',
[
'cli',
...VuepressPackages
].map(name => `$${name}`)
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hotmain/VuePress.git
git@gitee.com:hotmain/VuePress.git
hotmain
VuePress
VuePress
master

搜索帮助