We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5920c70 commit 69ba213Copy full SHA for 69ba213
eslint.config.js
@@ -18,7 +18,7 @@ export default tseslint.config(
18
'react-refresh': reactRefresh,
19
},
20
rules: {
21
- ...reactHooks.configs.recommended.rules,
+ ...reactHooks.configs['recommended-latest'].rules,
22
'react-refresh/only-export-components': [
23
'warn',
24
{ allowConstantExport: true },
0 commit comments