Skip to content

Commit 9b62ee7

Browse files
authored
docs(eslint-plugin-react-compiler): fix typo (facebook#32149)
1 parent 5f05181 commit 9b62ee7

File tree

1 file changed

+1
-1
lines changed
  • compiler/packages/eslint-plugin-react-compiler

1 file changed

+1
-1
lines changed

compiler/packages/eslint-plugin-react-compiler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import react from "eslint-plugin-react"
2929
export default [
3030
// Your existing config
3131
{ ...pluginReact.configs.flat.recommended, settings: { react: { version: "detect" } } },
32-
+ reactCompiler.config.recommended
32+
+ reactCompiler.configs.recommended
3333
]
3434
```
3535

0 commit comments

Comments
 (0)