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/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
@@ -62,7 +62,7 @@ full: true
62
62
|[`no-unstable-default-props`](no-unstable-default-props)| 1️⃣ |`🔍`| Prevents using referential-type values as default props in object destructuring. ||
63
63
|[`no-unused-class-component-members`](no-unused-class-component-members)| 0️⃣ |`🔍`| Warns unused class component methods and properties. ||
64
64
|[`no-unused-state`](no-unused-state)| 1️⃣ |`🔍`| Warns unused class component state. ||
65
-
|[`no-use-context`](no-use-context)| 1️⃣ |`🔍`| Prevents using `useContext` in favor of `use`. ||
65
+
|[`no-use-context`](no-use-context)| 1️⃣ |`🔍`| Prevents using `useContext` in favor of `use`. |>=19.0.0|
66
66
|[`no-useless-fragment`](no-useless-fragment)| 1️⃣ |`🔍``🔧``⚙️`| Prevents using useless `fragment` components or `<>` syntax. ||
67
67
|[`prefer-destructuring-assignment`](prefer-destructuring-assignment)| 0️⃣ |`🔍`| Enforces using destructuring assignment over property assignment. ||
68
68
|[`prefer-react-namespace-import`](prefer-react-namespace-import)| 0️⃣ |`🔍``🔧`| Enforces React is imported via a namespace import ||
0 commit comments