1 Star 2 Fork 160

任天帅/vue-naive-admin

forked from isme.top/vue-naive-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.js 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
zclzone 提交于 2022-08-27 14:50 . build: update commitlint
module.exports = {
ignores: [(commit) => commit.includes('init')],
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [
2,
'always',
[
'feat',
'fix',
'docs',
'style',
'refactor',
'perf',
'test',
'build',
'ci',
'chore',
'revert',
'wip',
'mod',
'release',
],
],
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/marskingrts/vue-naive-admin.git
[email protected]:marskingrts/vue-naive-admin.git
marskingrts
vue-naive-admin
vue-naive-admin
main

搜索帮助