Skip to content

Commit d03e12b

Browse files
authored
[React Compiler] Fix rule name for ESLint plugin
Seems like the README of the package was outdated.
1 parent 149b917 commit d03e12b

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
@@ -34,7 +34,7 @@ Then configure the rules you want to use under the rules section.
3434
```json
3535
{
3636
"rules": {
37-
"react-compiler/rule-name": 2
37+
"react-compiler/react-compiler": "error"
3838
}
3939
}
4040
```

0 commit comments

Comments
 (0)