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/rules/overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ full: true
73
73
|[`no-unnecessary-key`](./no-unnecessary-key)| 0️⃣ |`🧪`| Prevents `key` from being placed on non-top-level elements in a list rendering ||
74
74
|[`no-unnecessary-use-callback`](./no-unnecessary-use-callback)| 0️⃣ |`🧪`| Disallow unnecessary usage of `useCallback`||
75
75
|[`no-unnecessary-use-memo`](./no-unnecessary-use-memo)| 0️⃣ |`🧪`| Disallow unnecessary usage of `useMemo`||
76
-
|[`no-unnecessary-use-prefix`](./no-unnecessary-use-prefix)|0️⃣|| Enforces that a function with the `use` prefix should use at least one Hook inside of it ||
76
+
|[`no-unnecessary-use-prefix`](./no-unnecessary-use-prefix)|1️⃣|`🧪`| Enforces that a function with the `use` prefix should use at least one Hook inside of it ||
77
77
|[`no-unsafe-component-will-mount`](./no-unsafe-component-will-mount)| 1️⃣ || Warns the usage of `UNSAFE_componentWillMount` in class components ||
78
78
|[`no-unsafe-component-will-receive-props`](./no-unsafe-component-will-receive-props)| 1️⃣ || Warns the usage of `UNSAFE_componentWillReceiveProps` in class components ||
79
79
|[`no-unsafe-component-will-update`](./no-unsafe-component-will-update)| 1️⃣ || Warns the usage of `UNSAFE_componentWillUpdate` in class components ||
0 commit comments