diff --git a/.eslintrc.js b/.eslintrc.js index acc1646..99aab62 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,8 @@ module.exports = { root: true, env: { - node: true + node: true, + es2022: true }, extends: [ 'plugin:vue/vue3-essential', @@ -11,9 +12,6 @@ module.exports = { '@vue/prettier/@typescript-eslint', 'plugin:prettier-vue/recommended' ], - parserOptions: { - ecmaVersion: 2020 - }, rules: { 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off', diff --git a/public/index.html b/index.html similarity index 69% rename from public/index.html rename to index.html index c16c071..99e68d5 100644 --- a/public/index.html +++ b/index.html @@ -4,17 +4,17 @@ - +