2 Star 16 Fork 6

强力发明狂/NodeEditor3-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 894 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
root: true,
env: {
node: true
},
extends: [
"plugin:vue/vue3-essential",
"@vue/standard",
"@vue/typescript/recommended"
],
parserOptions: {
ecmaVersion: 2020,
ecmaFeatures: {
experimentalObjectRestSpread: true,
jsx: true
},
sourceType: "module"
},
rules: {
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/ban-types": "off",
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
"node/no-callback-literal": 0,
indent: ["error", 2],
"space-before-function-paren": 0,
quotes: ["error", "double"],
"quote-props": ["error", "as-needed"],
semi: ["error", "always"],
"no-empty": "error",
"no-unused-vars": "off",
"operator-linebreak": ["error", "before"]
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/powerinv/node-editor3-vue.git
git@gitee.com:powerinv/node-editor3-vue.git
powerinv
node-editor3-vue
NodeEditor3-vue
develop

搜索帮助