diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..da49af7 --- /dev/null +++ b/.env.development @@ -0,0 +1 @@ +VITE_API_BASE_URL= 'http://localhost:8080' \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..e69de29 diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..fc04190 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,3 @@ +/*.json +/*.js +dist \ No newline at end of file diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 0000000..ef2005e --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,70 @@ +// eslint-disable-next-line @typescript-eslint/no-var-requires +const path = require('path'); + +module.exports = { + root: true, + parser: 'vue-eslint-parser', + parserOptions: { + // Parser that checks the content of the