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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ full: true
79
79
|[`no-unsafe-component-will-update`](./no-unsafe-component-will-update)| 1️⃣ || Warns the usage of `UNSAFE_componentWillUpdate` in class components ||
80
80
|[`no-unstable-context-value`](./no-unstable-context-value)| 0️⃣ || Prevents non-stable values (i.e. object literals) from being used as a value for `Context.Provider`||
81
81
|[`no-unstable-default-props`](./no-unstable-default-props)| 0️⃣ || Prevents using referential-type values as default props in object destructuring ||
82
-
|[`no-unused-class-component-members`](./no-unused-class-component-members)|1️⃣|| Warns unused class component methods and properties ||
82
+
|[`no-unused-class-component-members`](./no-unused-class-component-members)|0️⃣|| Warns unused class component methods and properties ||
83
83
|[`no-unused-props`](./no-unused-props)| 0️⃣ |`🧪``💭`| Warns component props that are defined but never used ||
84
84
|[`no-unused-state`](./no-unused-state)| 0️⃣ || Warns unused class component state ||
85
85
|[`no-use-context`](./no-use-context)| 1️⃣ |`🔄`| Replaces usages of `useContext` with `use`| >=19.0.0 |
|[`no-unsafe-iframe-sandbox`](./dom-no-unsafe-iframe-sandbox)|1️⃣|| Enforces `sandbox` attribute for `iframe` elements is not set to unsafe combinations ||
111
-
|[`no-unsafe-target-blank`](./dom-no-unsafe-target-blank)|1️⃣|`🔧`| Disallow `target="_blank"` without `rel="noreferrer noopener"`||
110
+
|[`no-unsafe-iframe-sandbox`](./dom-no-unsafe-iframe-sandbox)|0️⃣|| Enforces `sandbox` attribute for `iframe` elements is not set to unsafe combinations ||
111
+
|[`no-unsafe-target-blank`](./dom-no-unsafe-target-blank)|0️⃣|`🔧`| Disallow `target="_blank"` without `rel="noreferrer noopener"`||
112
112
|[`no-use-form-state`](./dom-no-use-form-state)| 2️⃣ |`🔄`| Replaces usages of `useFormState` with `useActionState`| >=19.0.0 |
113
113
|[`no-void-elements-with-children`](./dom-no-void-elements-with-children)| 2️⃣ || Disallow `children` in void DOM elements ||
114
114
|[`prefer-namespace-import`](./dom-prefer-namespace-import)| 0️⃣ |`🔧`| Enforces React DOM is imported via a namespace import ||
0 commit comments