diff --git a/eslint.config.ts b/eslint.config.ts index 04f1307d..1d8babc3 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -12,5 +12,5 @@ export default defineConfig([ languageOptions: { globals: globals.browser }, }, tseslint.configs.recommended, - pluginReact.configs.flat.recommended, + pluginReact.configs.flat["jsx-runtime"], ]);