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: website/pages/docs/rules/overview.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
|[`avoid-shorthand-boolean`](avoid-shorthand-boolean)| Prevents using shorthand syntax for boolean attributes. | 🎨 |||
27
27
|[`avoid-shorthand-fragment`](avoid-shorthand-fragment)| Prevents using shorthand syntax for fragments. | 🎨 |||
28
28
|[`ensure-forward-ref-using-ref`](ensure-forward-ref-using-ref)| Requires that components wrapped with `forwardRef` must have a `ref` parameter. | ✔️ |||
29
+
|[`jsx-no-duplicate-props`](jsx-no-duplicate-props)| Prevents duplicate props in JSX. | ✔️ |||
29
30
|[`jsx-uses-vars`](jsx-uses-vars)| Prevents variables used in JSX to be marked as unused. | ✔️ |||
0 commit comments