Skip to content

Commit

Permalink
Migrate to Vite 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCode92 authored Dec 18, 2024
1 parent 1d6f608 commit 6ea8062
Show file tree
Hide file tree
Showing 3 changed files with 1,520 additions and 1,730 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import globals from "globals";
import tseslint from "typescript-eslint";

import { fixupPluginRules } from "@eslint/compat";
import vitest from "@vitest/eslint-plugin";
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";
import reactHooks from "eslint-plugin-react-hooks";
import reactRefresh from "eslint-plugin-react-refresh";
import tailwind from "eslint-plugin-tailwindcss";
import testingLibrary from "eslint-plugin-testing-library";
import vitest from "eslint-plugin-vitest";

export default tseslint.config(
{ ignores: ["dist"] },
Expand Down
Loading

0 comments on commit 6ea8062

Please sign in to comment.