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
|[`avoid-shorthand-boolean`](./avoid-shorthand-boolean)| 0️⃣ |`🔍``🔧`| Enforces the use of explicit boolean values for boolean attributes. ||
22
+
|[`avoid-shorthand-fragment`](./avoid-shorthand-fragment)| 0️⃣ |`🔍`| Enforces the use of explicit `<Fragment>` components instead of the shorthand `<>` or `</>` syntax. ||
21
23
|[`ensure-forward-ref-using-ref`](./ensure-forward-ref-using-ref)| 1️⃣ |`🔍`| Requires that components wrapped with `forwardRef` must have a `ref` parameter. ||
0 commit comments