1 Star 3 Fork 0

Cabber/中台系统(vue3 + ant-design + vuex + router)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 402 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cabber 提交于 2022-08-31 17:03 +08:00 . 提示模板
module.exports = {
root: true,
env: {
node: true
},
extends: [
'plugin:vue/vue3-essential',
'@vue/standard'
],
parserOptions: {
parser: '@babel/eslint-parser'
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'vue/multi-word-component-names': 'off'
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ChuPiJiang/library_vue3_admin.git
git@gitee.com:ChuPiJiang/library_vue3_admin.git
ChuPiJiang
library_vue3_admin
中台系统(vue3 + ant-design + vuex + router)
master

搜索帮助