Skip to content

Commit

Permalink
Add link to eslint configuration in compiler blog post (#7244)
Browse files Browse the repository at this point in the history
  • Loading branch information
poteto authored Oct 22, 2024
1 parent a3656c2 commit 1bda70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/2024/10/21/react-compiler-beta-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Or, if you're using Yarn:
yarn add -D eslint-plugin-react-compiler@beta
</TerminalBlock>

Using the linter helps identify Rules of React breakages, making it easier to adopt the compiler when it's fully released.
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.

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

Expand Down

0 comments on commit 1bda70a

Please sign in to comment.