We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f05181 commit 9b62ee7Copy full SHA for 9b62ee7
compiler/packages/eslint-plugin-react-compiler/README.md
@@ -29,7 +29,7 @@ import react from "eslint-plugin-react"
29
export default [
30
// Your existing config
31
{ ...pluginReact.configs.flat.recommended, settings: { react: { version: "detect" } } },
32
-+ reactCompiler.config.recommended
++ reactCompiler.configs.recommended
33
]
34
```
35
0 commit comments