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️⃣ |`🔍`| Prevents DOM elements using `dangerouslySetInnerHTML`. |
79
-
|[`no-dangerously-set-innerhtml-with-children`](./dom-no-dangerously-set-innerhtml-with-children)| 2️⃣ |`🔍`| Prevents DOM elements using `dangerouslySetInnerHTML` and `children` at the same time. |
80
-
|[`no-find-dom-node`](./dom-no-find-dom-node)| 2️⃣ |`🔍`| Prevents using `findDOMNode`. |
81
-
|[`no-flush-sync`](./dom-no-flush-sync)| 2️⃣ |`🔍`| Prevents using `flushSync`. |
|[`no-namespace`](./dom-no-namespace)| 2️⃣ |`🔍`| Enforces the absence of a `namespace` in React elements. |
85
-
|[`no-render-return-value`](./dom-no-render-return-value)| 2️⃣ |`🔍`| Prevents using the return value of `ReactDOM.render`. |
86
-
|[`no-script-url`](./dom-no-script-url)| 1️⃣ |`🔍`| Prevents using `javascript:` URLs as the value of attributes. |
87
-
|[`no-unknown-property`](./dom-no-unknown-property)| 1️⃣ |`🔍``🔧``⚙️`| Prevents using unknown `DOM` property |
88
-
|[`no-unsafe-iframe-sandbox`](./dom-no-unsafe-iframe-sandbox)| 1️⃣ |`🔍`| Enforces `sandbox` attribute for `iframe` elements is not set to unsafe combinations. |
89
-
|[`no-unsafe-target-blank`](./dom-no-unsafe-target-blank)| 1️⃣ |`🔍`| Prevents using `target="_blank"` without `rel="noreferrer noopener"`. |
90
-
|[`no-void-elements-with-children`](./dom-no-void-elements-with-children)| 2️⃣ |`🔍`| Prevents using `children` in void DOM elements. |
|[`no-dangerously-set-innerhtml`](./dom-no-dangerously-set-innerhtml)| 1️⃣ |`🔍`| Prevents DOM elements using `dangerouslySetInnerHTML`. ||
79
+
|[`no-dangerously-set-innerhtml-with-children`](./dom-no-dangerously-set-innerhtml-with-children)| 2️⃣ |`🔍`| Prevents DOM elements using `dangerouslySetInnerHTML` and `children` at the same time. ||
80
+
|[`no-find-dom-node`](./dom-no-find-dom-node)| 2️⃣ |`🔍`| Prevents using `findDOMNode`. ||
81
+
|[`no-flush-sync`](./dom-no-flush-sync)| 2️⃣ |`🔍`| Prevents using `flushSync`. ||
|[`no-namespace`](./dom-no-namespace)| 2️⃣ |`🔍`| Enforces the absence of a `namespace` in React elements. ||
85
+
|[`no-render`](./dom-no-render)| 2️⃣ |`🔍``🔄`| Replaces usages of `ReactDom.render()` with `createRoot(node).render()`. | >=18.0.0 |
86
+
|[`no-render-return-value`](./dom-no-render-return-value)| 2️⃣ |`🔍`| Prevents using the return value of `ReactDOM.render`. ||
87
+
|[`no-script-url`](./dom-no-script-url)| 1️⃣ |`🔍`| Prevents using `javascript:` URLs as the value of attributes. ||
88
+
|[`no-unknown-property`](./dom-no-unknown-property)| 1️⃣ |`🔍``🔧``⚙️`| Prevents using unknown `DOM` property ||
89
+
|[`no-unsafe-iframe-sandbox`](./dom-no-unsafe-iframe-sandbox)| 1️⃣ |`🔍`| Enforces `sandbox` attribute for `iframe` elements is not set to unsafe combinations. ||
90
+
|[`no-unsafe-target-blank`](./dom-no-unsafe-target-blank)| 1️⃣ |`🔍`| Prevents using `target="_blank"` without `rel="noreferrer noopener"`. ||
91
+
|[`no-void-elements-with-children`](./dom-no-void-elements-with-children)| 2️⃣ |`🔍`| Prevents using `children` in void DOM elements. ||
0 commit comments