docs(eslint-plugin-react-compiler): fix typo (#32149)
藍+85CD committed
Jan 22, 2025 at 23:59 UTC
9b62ee71f483502db4f44220552b97757b346094
1 file changed
+1
-1
compiler/packages/eslint-plugin-react-compiler/README.md
+1
-1
@@ -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
32
++ reactCompiler.configs.recommended
33
]
34
```
35