diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 0000000..ed27dc7 --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,18 @@ +{ + "env": { + "browser": true, + "es2021": true + }, + "extends": [ + "eslint:recommended", + "plugin:vue/vue3-essential" + ], + "parserOptions": { + "ecmaVersion": "latest", + "sourceType": "module" + }, + "plugins": [ + "vue" + ], + "rules": {} +} \ No newline at end of file diff --git a/index.html b/index.html index 99f583a..243f446 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,16 @@ -
- - - -