Skip to content

Commit bbae2b9

Browse files
committed
feat: add comparison table
1 parent b4428ff commit bbae2b9

File tree

3 files changed

+171
-0
lines changed

3 files changed

+171
-0
lines changed

apps/website/content/docs/faq.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ For more information, see the [JSX Transform](/docs/configuration/configure-proj
6464

6565
Please be aware that some rules may behave differently when transitioning to ESLint React. The rules in ESLint React are more closely aligned with the guidelines provided by [react.dev](https://react.dev). This alignment is due to ESLint React adopting [react.dev](https://react.dev) as its primary reference, rather than `eslint-plugin-react`.
6666

67+
For a comprehensive migration guide with a complete rule comparison table, see our [Migration Guide](/docs/migration). This guide covers all rules from `eslint-plugin-react`, their ESLint React equivalents, missing functionality, and migration tips.
68+
6769
To smoothly transition, we suggest reviewing the rules in ESLint React and running a comprehensive linting check on your codebase to identify and address any discrepancies introduced by the migration.
6870

6971
</Accordion>

apps/website/content/docs/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"title": "Documentation",
33
"pages": [
44
"getting-started",
5+
"migration",
56
"---Core Reference---",
67
"rules",
78
"presets",

0 commit comments

Comments
 (0)