Skip to content

Commit 1bda70a

Browse files
authored
Add link to eslint configuration in compiler blog post (#7244)
1 parent a3656c2 commit 1bda70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2024/10/21/react-compiler-beta-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Or, if you're using Yarn:
6464
yarn add -D eslint-plugin-react-compiler@beta
6565
</TerminalBlock>
6666

67-
Using the linter helps identify Rules of React breakages, making it easier to adopt the compiler when it's fully released.
67+
After installation you can enable the linter by [adding it to your ESLint config](/learn/react-compiler#installing-eslint-plugin-react-compiler). Using the linter helps identify Rules of React breakages, making it easier to adopt the compiler when it's fully released.
6868

6969
## Backwards Compatibility {/*backwards-compatibility*/}
7070

0 commit comments

Comments
 (0)