当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 87

天象聚合云 / imerp-vue
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 348 Bytes
一键复制 编辑 原始数据 按行查看 历史
黄金保 提交于 2019-07-30 10:50 . init commit
module.exports = {
root: true,
env: {
node: true
},
'extends': [
'plugin:vue/essential',
'@vue/standard'
],
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
},
parserOptions: {
parser: 'babel-eslint'
}
}
JavaScript
1
https://gitee.com/juyunapp_admin/imerp-vue.git
git@gitee.com:juyunapp_admin/imerp-vue.git
juyunapp_admin
imerp-vue
imerp-vue
master

搜索帮助