diff --git a/.eslintrc.js b/.eslintrc.js index db1d9aa..594b712 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,15 +1,13 @@ module.exports = { - 'global': { - 'Cesium': writable, - 'scene': writable, - 'viewer': writable - }, root: true, env: { browser: true, node: true, es6: true }, + globals: { + Cesium: true + }, extends: [ 'plugin:vue/vue3-recommended', 'eslint:recommended' diff --git a/index.html b/index.html index f98ff35..6f7b55c 100644 --- a/index.html +++ b/index.html @@ -12,5 +12,6 @@
+