File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import react from "eslint-plugin-react";
22import tseslint , { configs as tseslintConfigs } from "typescript-eslint" ;
33import globals from "globals" ;
44import js from "@eslint/js" ;
5- import reactHooks from "eslint-plugin-react-hooks" ;
5+ import * as reactHooks from "eslint-plugin-react-hooks" ;
66import reactRefresh from "eslint-plugin-react-refresh" ;
77import pluginImport from "eslint-plugin-import" ;
88import pluginJsxA11y from "eslint-plugin-jsx-a11y" ;
Original file line number Diff line number Diff line change 7979 "eslint-plugin-jsx-a11y" : " ^6.10.2" ,
8080 "eslint-plugin-promise" : " ^7.2.1" ,
8181 "eslint-plugin-react" : " ^7.37.4" ,
82- "eslint-plugin-react-hooks" : " ^5.1 .0" ,
82+ "eslint-plugin-react-hooks" : " ^5.2 .0" ,
8383 "eslint-plugin-react-refresh" : " ^0.4.19" ,
8484 "globals" : " ^16.0.0" ,
8585 "husky" : " ^9.1.7" ,
You can’t perform that action at this time.
0 commit comments