@@ -13,8 +13,6 @@ export default tseslint.config(
1313 eslintPluginImport . flatConfigs . recommended ,
1414 ...tseslint . configs . strictTypeChecked ,
1515 ...tseslint . configs . stylisticTypeChecked ,
16- // Uncomment once released - https://github.com/facebook/react/pull/30774
17- // eslintPluginReactHooks.configs.recommended,
1816 eslintPluginReact . configs . flat . recommended ,
1917 eslintPluginPrettierRecommended ,
2018 // eslint-disable-next-line @typescript-eslint/no-unsafe-argument
@@ -38,15 +36,10 @@ export default tseslint.config(
3836 files : [ '**/*.{js,ts,tsx}' ] ,
3937
4038 plugins : {
41- // Remove once released - https://github.com/facebook/react/pull/30774
42- // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
4339 'react-hooks' : eslintPluginReactHooks ,
4440 } ,
4541
46- // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
4742 rules : {
48- // Remove once released - https://github.com/facebook/react/pull/30774
49- // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
5043 ...eslintPluginReactHooks . configs . recommended . rules ,
5144
5245 'react/jsx-sort-props' : [ 'error' , { callbacksLast : true , shorthandFirst : true } ] ,
0 commit comments