1 Star 0 Fork 43

wefine/antv x6 demo

forked from 每天一点/antv x6 demo 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.eslintrc.js 502 Bytes
Copy Edit Raw Blame History
每天一点 authored 2022-03-22 23:18 . 版本更新以及新示例
module.exports = {
root: true,
env: {
node: true
},
'extends': [
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/typescript/recommended'
],
parserOptions: {
ecmaVersion: 2020
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
// 关闭any警告
"@typescript-eslint/no-explicit-any": ["off"],
'vue/multi-word-component-names': 0,
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/wefine/cx-flow-x6.git
git@gitee.com:wefine/cx-flow-x6.git
wefine
cx-flow-x6
antv x6 demo
master

Search