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
|[`no-dangerously-set-innerhtml`](dom-no-dangerously-set-innerhtml)| 1️⃣ 1️⃣ || Disallows DOM elements from using `dangerouslySetInnerHTML`||
268
-
|[`no-dangerously-set-innerhtml-with-children`](dom-no-dangerously-set-innerhtml-with-children)| 2️⃣ 2️⃣ || Disallows DOM elements from using `dangerouslySetInnerHTML` and `children` at the same time ||
|[`no-unsafe-iframe-sandbox`](dom-no-unsafe-iframe-sandbox)| 1️⃣ 1️⃣ || Enforces `sandbox` attribute for `iframe` elements is not set to unsafe combinations||
281
-
|[`no-unsafe-target-blank`](dom-no-unsafe-target-blank)| 0️⃣ 1️⃣ |`🔧`| Disallows `target="_blank"` without `rel="noreferrer noopener"`||
282
-
|[`no-use-form-state`](dom-no-use-form-state)| 2️⃣ 2️⃣ |`🔄`| Replaces usage of `useFormState` with `useActionState`| >=19.0.0 |
283
-
|[`no-void-elements-with-children`](dom-no-void-elements-with-children)| 2️⃣ 2️⃣ || Disallows `children` in void DOM elements ||
284
-
|[`prefer-namespace-import`](dom-prefer-namespace-import)| 0️⃣ 0️⃣ |`🔧`| Enforces importing React DOM via a namespace import ||
|[`no-dangerously-set-innerhtml`](dom-no-dangerously-set-innerhtml)| 1️⃣ 1️⃣ || Disallows DOM elements from using `dangerouslySetInnerHTML`||
268
+
|[`no-dangerously-set-innerhtml-with-children`](dom-no-dangerously-set-innerhtml-with-children)| 2️⃣ 2️⃣ || Disallows DOM elements from using `dangerouslySetInnerHTML` and `children` at the same time ||
|[`no-unsafe-iframe-sandbox`](dom-no-unsafe-iframe-sandbox)| 1️⃣ 1️⃣ || Enforces that the `sandbox` attribute for `iframe` elements is not set to unsafe combinations ||
281
+
|[`no-unsafe-target-blank`](dom-no-unsafe-target-blank)| 0️⃣ 1️⃣ |`🔧`| Disallows `target="_blank"` without `rel="noreferrer noopener"`||
282
+
|[`no-use-form-state`](dom-no-use-form-state)| 2️⃣ 2️⃣ |`🔄`| Replaces usage of `useFormState` with `useActionState`| >=19.0.0 |
283
+
|[`no-void-elements-with-children`](dom-no-void-elements-with-children)| 2️⃣ 2️⃣ || Disallows `children` in void DOM elements ||
284
+
|[`prefer-namespace-import`](dom-prefer-namespace-import)| 0️⃣ 0️⃣ |`🔧`| Enforces importing React DOM via a namespace import ||
0 commit comments