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.md
+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
@@ -60,7 +60,7 @@ full: true
60
60
|[`no-unsafe-component-will-update`](./no-unsafe-component-will-update)| 1️⃣ |`🔍`| Warns the usage of `UNSAFE_componentWillUpdate` in class components. ||
61
61
|[`no-unstable-context-value`](./no-unstable-context-value)| 1️⃣ |`🔍`| Prevents non-stable values (i.e. object literals) from being used as a value for `Context.Provider`. ||
62
62
|[`no-unstable-default-props`](./no-unstable-default-props)| 1️⃣ |`🔍`| Prevents using referential-type values as default props in object destructuring. ||
63
-
|[`no-unused-class-component-members`](./no-unused-class-component-members)|0️⃣|`🔍`| Warns unused class component methods and properties. ||
63
+
|[`no-unused-class-component-members`](./no-unused-class-component-members)|1️⃣|`🔍`| Warns unused class component methods and properties. ||
64
64
|[`no-unused-state`](./no-unused-state)| 1️⃣ |`🔍`| Warns unused class component state. ||
65
65
|[`no-use-context`](./no-use-context)| 1️⃣ |`🔍``🔄`| Replaces `useContext` with `use`. | >=19.0.0 |
66
66
|[`no-useless-fragment`](./no-useless-fragment)| 1️⃣ |`🔍``🔧``⚙️`| Prevents using useless `fragment` components or `<>` syntax. ||
0 commit comments