Skip to content

Commit

Permalink
Change jsx runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianGode committed Nov 6, 2024
1 parent 0cc1312 commit 74ea360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
];

0 comments on commit 74ea360

Please sign in to comment.