diff --git a/.eslintrc.js b/.eslintrc.js index af1c097..3853d47 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,15 +1,13 @@ module.exports = { root: true, env: { - node: true + node: true, + es2022: true, }, extends: [ 'plugin:vue/essential', '@vue/standard' ], - parserOptions: { - parser: '@babel/eslint-parser' - }, 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 83% rename from public/index.html rename to index.html index 0abe30a..e47af9d 100644 --- a/public/index.html +++ b/index.html @@ -4,9 +4,9 @@ - - - <%= htmlWebpackPlugin.options.title %> + + + sqliteviz