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-unsafe-iframe-sandbox`](./dom-no-unsafe-iframe-sandbox)|0️⃣ 0️⃣|| Enforces `sandbox` attribute for `iframe` elements is not set to unsafe combinations ||
110
+
|[`no-unsafe-iframe-sandbox`](./dom-no-unsafe-iframe-sandbox)|1️⃣ 1️⃣|| Enforces `sandbox` attribute for `iframe` elements is not set to unsafe combinations ||
111
111
|[`no-unsafe-target-blank`](./dom-no-unsafe-target-blank)| 0️⃣ 1️⃣ |`🔧`| Disallow `target="_blank"` without `rel="noreferrer noopener"`||
112
112
|[`no-use-form-state`](./dom-no-use-form-state)| 2️⃣ 2️⃣ |`🔄`| Replaces usages of `useFormState` with `useActionState`| >=19.0.0 |
113
113
|[`no-void-elements-with-children`](./dom-no-void-elements-with-children)| 2️⃣ 2️⃣ || Disallow `children` in void DOM elements ||
0 commit comments