2 Star 0 Fork 1

月洛浅 / vue3+antv-x6练习

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 635 Bytes
一键复制 编辑 原始数据 按行查看 历史
月洛浅 提交于 2021-05-29 13:24 . 封装axios
module.exports = {
'env': {
'browser': true,
'es2021': true,
},
'extends': [
'plugin:vue/essential',
'google',
],
'parserOptions': {
'ecmaVersion': 12,
'parser': '@typescript-eslint/parser',
'sourceType': 'module',
},
'plugins': [
'vue',
'@typescript-eslint',
],
'rules': {
'object-curly-spacing': ['error', 'always'],
'linebreak-style': [0, 'windows'],
'require-jsdoc': 0,
'max-len': 0,
'new-cap': 0,
'vue/no-multiple-template-root': 0,
'arrow-parens': 0,
'guard-for-in': 0,
'prefer-const': 0, // 未赋值变量,不强制使用const
},
};
1
https://gitee.com/yueluoqian/vue3-antv-x6-exercise.git
git@gitee.com:yueluoqian/vue3-antv-x6-exercise.git
yueluoqian
vue3-antv-x6-exercise
vue3+antv-x6练习
master

搜索帮助