Skip to content

Commit

Permalink
Cleanup vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Apr 3, 2024
1 parent 3c101d2 commit 4e355d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ module.exports = {
"react-hooks/exhaustive-deps": "warn",
},

ignorePatterns: [".eslintrc.js", "codegen.ts"],
ignorePatterns: [".eslintrc.js", "codegen.ts", "vite.config.mjs"],
};
4 changes: 0 additions & 4 deletions vite.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import { loadEnv } from "vite";

const env = loadEnv("development", process.cwd());

export default {
test: {
environment: "jsdom",
Expand Down

0 comments on commit 4e355d2

Please sign in to comment.