Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/website/content/docs/rules/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ full: true
| [`no-script-url`](./dom-no-script-url) | 1️⃣ 1️⃣ | | Disallow `javascript:` URLs as attribute values | |
| [`no-string-style-prop`](./dom-no-string-style-prop) | 2️⃣ 2️⃣ | | Disallow string values for the `style` prop | |
| [`no-unknown-property`](./dom-no-unknown-property) | 0️⃣ 0️⃣ | `🔧` `⚙️` | Disallow unknown `DOM` property | |
| [`no-unsafe-iframe-sandbox`](./dom-no-unsafe-iframe-sandbox) | 0️⃣ 0️⃣ | | Enforces `sandbox` attribute for `iframe` elements is not set to unsafe combinations | |
| [`no-unsafe-iframe-sandbox`](./dom-no-unsafe-iframe-sandbox) | 1️⃣ 1️⃣ | | Enforces `sandbox` attribute for `iframe` elements is not set to unsafe combinations | |
| [`no-unsafe-target-blank`](./dom-no-unsafe-target-blank) | 0️⃣ 1️⃣ | `🔧` | Disallow `target="_blank"` without `rel="noreferrer noopener"` | |
| [`no-use-form-state`](./dom-no-use-form-state) | 2️⃣ 2️⃣ | `🔄` | Replaces usages of `useFormState` with `useActionState` | >=19.0.0 |
| [`no-void-elements-with-children`](./dom-no-void-elements-with-children) | 2️⃣ 2️⃣ | | Disallow `children` in void DOM elements | |
Expand Down