You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/website/content/docs/configuration/configure-analyzer.mdx
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,9 @@ Example with `polymorphicPropName` set to `as`:
72
72
73
73
### `additionalComponents` (Experimental)
74
74
75
-
<Callouttype="info">Consider using `polymorphicPropName` instead when possible, as it's simpler and more efficient.</Callout>
75
+
<Callouttype="info">
76
+
Consider using `polymorphicPropName` instead when possible, as it's simpler and more efficient.
77
+
</Callout>
76
78
77
79
<Callouttype="warn">Experimental feature that may lack stability and documentation.</Callout>
78
80
@@ -100,7 +102,9 @@ This makes `<EmbedContent src="https://eslint-react.xyz" />{:tsx}` evaluate as `
100
102
### `additionalHooks` (Experimental)
101
103
102
104
<Callouttype="warn">
103
-
Intended for edge cases. We suggest to use this option **very sparingly, if at all**. Generally saying, we recommend most custom Hooks do not vary the built-in React Hooks, and instead provide a higher-level API that is more focused around a specific use case.
105
+
Intended for edge cases. We suggest to use this option **very sparingly, if at all**. Generally saying, we recommend
106
+
most custom Hooks do not vary the built-in React Hooks, and instead provide a higher-level API that is more focused
107
+
around a specific use case.
104
108
</Callout>
105
109
106
110
Alias variants to built-in React Hooks for rule compatibility:
// Match TextInput component with `mode="uncontrolled"` attribute and alias it to an uncontrolled input component with `content` and `onContentUpdate` pair
0 commit comments