Skip to content

Commit

Permalink
fix: only for react18/19
Browse files Browse the repository at this point in the history
  • Loading branch information
ruicsh committed Jan 3, 2025
1 parent 1f9b7c2 commit 0a42ccf
Show file tree
Hide file tree
Showing 6 changed files with 2,421 additions and 5,460 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import perfectionist from "eslint-plugin-perfectionist";
import react from "eslint-plugin-react";
import reactHooks from "eslint-plugin-react-hooks";
import unicorn from "eslint-plugin-unicorn";
import vitest from "eslint-plugin-vitest";
import vitest from "@vitest/eslint-plugin";
import globals from "globals";
import tseslint from "typescript-eslint";

Expand Down
Loading

0 comments on commit 0a42ccf

Please sign in to comment.