From 5abb18803b4d8b5a46595af7567545110335ed65 Mon Sep 17 00:00:00 2001 From: kelvin Date: Wed, 31 May 2023 14:14:42 +0800 Subject: [PATCH] update --- .env.development | 1 + .env.production | 0 .eslintignore | 3 + .eslintrc.js | 70 + .gitignore | 25 +- .prettierignore | 7 + .prettierrc.js | 9 + yarn.lock | 8409 ++++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 8507 insertions(+), 17 deletions(-) create mode 100644 .env.development create mode 100644 .env.production create mode 100644 .eslintignore create mode 100644 .eslintrc.js create mode 100644 .prettierignore create mode 100644 .prettierrc.js create mode 100644 yarn.lock 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