Skip to content

Commit a984f8e

Browse files
Update conte
1 parent adf7cd9 commit a984f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default [
3434
"plugin:@typescript-eslint/recommended",
3535
"plugin:import/typescript",
3636
"prettier",
37+
"plugin:react/jsx-runtime"
3738
),
3839
),
3940
{
@@ -143,8 +144,7 @@ export default [
143144
selector: ["function"],
144145
format: ["PascalCase", "camelCase"],
145146
},
146-
],
147-
"react/react-in-jsx-scope": "off",
147+
]
148148
},
149149
},
150150
...fixupConfigRules(

0 commit comments

Comments
 (0)