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.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ full: true
79
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
80
|[`no-dangerously-set-innerhtml`](./dom-no-dangerously-set-innerhtml)| 1️⃣ |`🔍`| Prevents DOM elements using `dangerouslySetInnerHTML`. |
81
81
|[`no-find-dom-node`](./dom-no-find-dom-node)| 2️⃣ |`🔍`| Prevents using `findDOMNode`. |
82
+
|[`no-flush-sync`](./dom-no-flush-sync)| 1️⃣ |`🔍`| Prevents using `flushSync`. |
0 commit comments