Skip to content

Commit 99fd15b

Browse files
committed
chore(eslint.config.mjs): update 'eslint-plugin-react-compiler' config
1 parent b19ea17 commit 99fd15b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

eslint.config.mjs

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ export default tseslint.config(
1818
react.configs.flat.recommended,
1919
react.configs.flat['jsx-runtime'],
2020
reactHooks.configs['recommended-latest'],
21+
reactCompiler.configs.recommended,
2122
{
22-
plugins: {
23-
'react-compiler': reactCompiler,
24-
},
2523
settings: {
2624
react: {
2725
version: 'detect',
@@ -74,7 +72,6 @@ export default tseslint.config(
7472
'warn',
7573
{ argsIgnorePattern: '^_', varsIgnorePattern: '^_' },
7674
],
77-
'react-compiler/react-compiler': 'warn',
7875
},
7976
},
8077
{

0 commit comments

Comments
 (0)