We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b408e30 commit 12f2754Copy full SHA for 12f2754
website/pages/docs/configurations.mdx
@@ -58,7 +58,7 @@ So that both the `dom/no-missing-iframe-sandbox` and `dom/no-unsafe-iframe-sandb
58
59
<Callout type="warning">This is intended to cover edge cases. We suggest to use this option very sparingly, if at all.</Callout>
60
61
-A object of aliases for React built-in hooks. ESLint React will recognize these aliases as equivalent to the built-in hooks in all its rules.
+A object of aliases for React built-in Hooks. ESLint React will recognize these aliases as equivalent to the built-in Hooks in all its rules.
62
63
For example, if you set the `additionalHooks` to `{ useLayoutEffect: ["useIsomorphicLayoutEffect"] }` then the React Hook in this code:
64
0 commit comments