From 99da963e9879a43f2d5bde2709192de21e6992b8 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Fri, 16 Aug 2024 14:52:11 +0000 Subject: [PATCH] fix errors --- .eslintrc.json | 4 +++- .gitignore | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index f14dfb0b..c7c92f71 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -16,7 +16,9 @@ "root": true, "ignorePatterns": [ "dist", - "src/scripts" + "src/scripts", + "**/*.d.ts", + "vite.config.js" ], "rules": { "@typescript-eslint/consistent-type-imports": [ diff --git a/.gitignore b/.gitignore index 4d29575d..f04cae75 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ # production /build +*.tsbuildinfo # misc .DS_Store @@ -21,3 +22,7 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +# Custom +vite.config.d.ts +vite.config.js