We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4ab5eb + eec94de commit 4ea5ff2Copy full SHA for 4ea5ff2
apps/website/content/docs/configuration/configure-project-config.mdx
@@ -24,8 +24,9 @@ ESLint React uses the Typed Linting API from `typescript-eslint` to retrieve typ
24
25
The following rules require type information:
26
27
-- [`react-x/prefer-read-only-props`](/docs/rules/prefer-read-only-props)
28
- [`react-x/no-leaked-conditional-rendering`](/docs/rules/no-leaked-conditional-rendering)
+- [`react-x/no-unused-props`](/docs/rules/no-unused-props)
29
+- [`react-x/prefer-read-only-props`](/docs/rules/prefer-read-only-props)
30
31
**The `project` or `projectService` options in `parserOptions` must be set correctly for the rules to work**.
32
0 commit comments