48 Star 231 Fork 214

LEADSHOP开源商城系统 / leadshop后台VUE源码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jie 提交于 2021-07-26 15:01 . V1.3.3
module.exports = {
root: true,
env: {
browser: true,
node: true
},
globals: {
$_W: true
},
extends: ['plugin:vue/essential', 'eslint:recommended'],
parserOptions: {
parser: 'babel-eslint'
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
}
};
JavaScript
1
https://gitee.com/leadshop/panel.git
git@gitee.com:leadshop/panel.git
leadshop
panel
leadshop后台VUE源码
master

搜索帮助