diff --git a/.eslintrc.json b/.eslintrc.json index f14dfb0..c7c92f7 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 4d29575..f04cae7 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