We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3964e98 commit f80916cCopy full SHA for f80916c
eslint.config.mjs
@@ -48,7 +48,7 @@ const config = tseslint.config(
48
reactPlugin.configs.flat.recommended, // This is not a plugin object, but a shareable config object
49
reactPlugin.configs.flat['jsx-runtime'], // Add this if you are using React 17+
50
// eslint-plugin-react-hooks
51
- reactHooks.configs.flat.recommended,
+ reactHooksPlugin.configs.flat.recommended,
52
{
53
languageOptions: {
54
globals: {
0 commit comments