From 74ea3608d8c95e7c06de447df8a32a617f730690 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Wed, 6 Nov 2024 10:50:13 +0000 Subject: [PATCH] Change jsx runtime --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index ad6c844be..88e69c121 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -8,5 +8,5 @@ export default [ {files: ["**/*.{js,mjs,cjs,ts,jsx,tsx}"]}, {languageOptions: { globals: globals.browser }}, ...tseslint.configs.recommended, - pluginReact.configs.flat.recommended, + pluginReact.configs.flat['jsx-runtime'], ]; \ No newline at end of file