1 Star 0 Fork 85

lsgsx/scene-editor

forked from vis-three/scene-editor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.cjs 748 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shiotsuki 提交于 2024-03-01 11:02 . fix:version0.6.15-1
module.exports = {
root: true,
env: { es6: true, browser: true, node: true },
globals: {
VIS: true,
},
extends: ["eslint:recommended", "plugin:vue/recommended", "prettier"],
parser: "vue-eslint-parser",
parserOptions: {
ecmaFeatures: {
jsx: true,
modules: true,
},
ecmaVersion: "latest",
sourceType: "module",
},
rules: {
"no-console": "off",
"no-debugger": "warn",
"no-unused-vars": "warn",
"no-self-assign": "off",
"no-useless-escape": "off",
"no-unreachable": "warn",
"valid-typeof": "off",
"vue/no-mutating-props": "off",
"vue/multi-word-component-names": "off",
"vue/no-v-text-v-html-on-component": "off",
"vue/require-default-prop": "off",
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ssjylsg/scene-editor.git
git@gitee.com:ssjylsg/scene-editor.git
ssjylsg
scene-editor
scene-editor
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385