File tree Expand file tree Collapse file tree 3 files changed +400
-10
lines changed Expand file tree Collapse file tree 3 files changed +400
-10
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const stylisticTs = require("@stylistic/eslint-plugin-ts");
99const baseConfig = require ( "./base" ) ;
1010
1111module . exports = [
12- reactHooksPlugin . configs [ "recommended-latest" ] ,
12+ reactHooksPlugin . configs . flat [ "recommended-latest" ] ,
1313 reactPlugin . configs . flat . recommended ,
1414 prettierConfig ,
1515 {
Original file line number Diff line number Diff line change 3737 "eslint-config-prettier" : " 9.1.0" ,
3838 "eslint-plugin-jsdoc" : " ^50.4.1" ,
3939 "eslint-plugin-react" : " ^7.37.5" ,
40- "eslint-plugin-react-hooks" : " ^5.2 .0" ,
40+ "eslint-plugin-react-hooks" : " ^7.0 .0" ,
4141 "typescript" : " ^5.5.0"
4242 },
4343 "peerDependencies" : {
4848 "eslint-config-prettier" : " >=8.8.0" ,
4949 "eslint-plugin-jsdoc" : " >=46.8.0" ,
5050 "eslint-plugin-react" : " >=7.33.0" ,
51- "eslint-plugin-react-hooks" : " >=4.6 .0" ,
51+ "eslint-plugin-react-hooks" : " >=7.0 .0" ,
5252 "typescript" : " >=5.2.0"
5353 },
5454 "packageManager" : " yarn@4.4.1"
You can’t perform that action at this time.
0 commit comments