1 Star 5 Fork 0

Jay_Ohhh / 电商后台管理系统 mall-admin(vue vue-router vuex less element-ui)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.js 743 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jay_Ohhh 提交于 2020-06-26 22:38 . '新增首页用户列表模块'
// https://eslint.org/docs/user-guide/configuring
module.exports = {
root: true,
parserOptions: {
parser: 'babel-eslint',
},
env: {
browser: true,
},
extends: ['eslint:recommended', 'plugin:vue/essential'],
// required to lint *.vue files
plugins: ['vue'],
// add your custom rules here
rules: {
// allow async-await
'generator-star-spacing': 'off',
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-unused-vars': 0,
'vue/return-in-computed-property': 0,
'quote-props': 0,
'vue/no-unused-components': 0,
'no-undef': 0,
'vue/no-unused-vars': 0,
'vue/no-parsing-error': 0,
'vue/no-unused-vars': 0,
},
}
JavaScript
1
https://gitee.com/Jay_Ohhh/mall-admin.git
git@gitee.com:Jay_Ohhh/mall-admin.git
Jay_Ohhh
mall-admin
电商后台管理系统 mall-admin(vue vue-router vuex less element-ui)
master

搜索帮助