File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export default defineConfig([
1212 extends : [
1313 js . configs . recommended ,
1414 tseslint . configs . recommended ,
15- reactHooks . configs [ ' recommended-latest' ] ,
15+ reactHooks . configs . flat . recommended ,
1616 reactRefresh . configs . vite ,
1717 ] ,
1818 languageOptions : {
Original file line number Diff line number Diff line change 2020 "@types/react-dom" : " ^19.2.2" ,
2121 "@vitejs/plugin-react" : " ^5.1.0" ,
2222 "eslint" : " ^9.38.0" ,
23- "eslint-plugin-react-hooks" : " ^5.2 .0" ,
23+ "eslint-plugin-react-hooks" : " ^7.0 .0" ,
2424 "eslint-plugin-react-refresh" : " ^0.4.24" ,
2525 "globals" : " ^16.4.0" ,
2626 "typescript" : " ~5.9.3" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default defineConfig([
1010 files : [ '**/*.{js,jsx}' ] ,
1111 extends : [
1212 js . configs . recommended ,
13- reactHooks . configs [ ' recommended-latest' ] ,
13+ reactHooks . configs . flat . recommended ,
1414 reactRefresh . configs . vite ,
1515 ] ,
1616 languageOptions : {
Original file line number Diff line number Diff line change 1919 "@types/react-dom" : " ^19.2.2" ,
2020 "@vitejs/plugin-react" : " ^5.1.0" ,
2121 "eslint" : " ^9.38.0" ,
22- "eslint-plugin-react-hooks" : " ^5.2 .0" ,
22+ "eslint-plugin-react-hooks" : " ^7.0 .0" ,
2323 "eslint-plugin-react-refresh" : " ^0.4.24" ,
2424 "globals" : " ^16.4.0" ,
2525 "vite" : " ^7.1.12"
You can’t perform that action at this time.
0 commit comments