eslint 报错修改

This commit is contained in:
杨晓凡 2023-08-15 11:57:30 +08:00
parent 264521c900
commit e0cd9d9d19
2 changed files with 5 additions and 7 deletions

View File

@ -1,4 +1,9 @@
module.exports = {
'global': {
'Cesium': writable,
'scene': writable,
'viewer': writable
},
root: true,
env: {
browser: true,

View File

@ -45,12 +45,5 @@
"vite-plugin-html": "^2.1.2",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-vue-setup-extend": "^0.4.0"
},
"eslintConfig": {
"globals": {
"Cesium": true,
"scene": true,
"viewer": true
}
}
}