Skip to content

Commit 4ea5ff2

Browse files
committed
Merge branch '2.0.0-beta' into 2.0.0-next
2 parents d4ab5eb + eec94de commit 4ea5ff2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/website/content/docs/configuration/configure-project-config.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ ESLint React uses the Typed Linting API from `typescript-eslint` to retrieve typ
2424

2525
The following rules require type information:
2626

27-
- [`react-x/prefer-read-only-props`](/docs/rules/prefer-read-only-props)
2827
- [`react-x/no-leaked-conditional-rendering`](/docs/rules/no-leaked-conditional-rendering)
28+
- [`react-x/no-unused-props`](/docs/rules/no-unused-props)
29+
- [`react-x/prefer-read-only-props`](/docs/rules/prefer-read-only-props)
2930

3031
**The `project` or `projectService` options in `parserOptions` must be set correctly for the rules to work**.
3132

0 commit comments

Comments
 (0)