1 Star 0 Fork 2

anglabace/vue+antv x6

forked from 王先生/vue+antv x6 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 819 Bytes
一键复制 编辑 原始数据 按行查看 历史
王先生 提交于 2022-08-17 16:01 . 流程图封装
// https://eslint.org/docs/user-guide/configuring
module.exports = {
root: true,
parserOptions: {
parser: 'babel-eslint'
},
env: {
browser: false,
},
extends: [
'elemefe', 'plugin:vue/recommended'
],
// required to lint *.vue files
plugins: [
'vue'
],
// add your custom rules here
rules: {
'no-debugger': [1],
'indent': [2, 4, { 'SwitchCase': 1 }],
'vue/html-indent': ['error', 4, {
'attribute': 1,
'closeBracket': 0,
'alignAttributesVertically': true,
'ignores': []
}],
'vue/require-default-prop': [0],
'vue/require-v-for-key': [0],
'vue/valid-v-for': [0],
'vue/no-confusing-v-for-v-if': [0],
'vue/require-prop-types': 'off'
},
'globals': {
"_": true,
"$": true,
"G6Editor": true
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/anglabace/vue-antv-x6.git
git@gitee.com:anglabace/vue-antv-x6.git
anglabace
vue-antv-x6
vue+antv x6
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385