1 Star 0 Fork 4

adminzcm/api接口管理vue_elementUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 641 Bytes
一键复制 编辑 原始数据 按行查看 历史
yichen 提交于 2019-04-10 16:40 . 防止刷新从连数据登录问题
module.exports = {
root: true,
// 此项是用来提供插件的,插件名称省略了eslint-plugin-,下面这个配置是用来规范html的
env: {
node: true,
},
extends: [
'plugin:vue/essential',
// '@vue/airbnb',
],
rules: {
indent: ['off', 2],
'no-console': 'off',
'no-debugger': 'off',
'linebreak-style': [0, 'error', 'windows'],
'no-tabs':'off',
'max-len' : ['error', {code : 300}],
'vue/no-parsing-error': [2, { 'x-invalid-end-tag': false }]
},
parserOptions: {
parser: 'babel-eslint',
},
'extends': [
'plugin:vue/essential'
]
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/adminzcm/vue-admin.git
git@gitee.com:adminzcm/vue-admin.git
adminzcm
vue-admin
api接口管理vue_elementUI
master

搜索帮助

A270a887 8829481 3d7a4017 8829481