Skip to content

Commit c698e47

Browse files
committed
docs: update docs
1 parent a061d2f commit c698e47

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

website/pages/rules/overview.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,35 @@
3232
- [`react/no-component-will-update`](react-no-component-will-update)
3333
- [`react/no-constructed-context-value`](react-no-constructed-context-value)
3434
- [`react/no-create-ref`](react-no-create-ref)
35-
- [`react/no-dangerously-set-innerhtml`](react-no-dangerously-set-innerhtml)
36-
- [`react/no-dangerously-set-innerhtml-with-children`](react-no-dangerously-set-innerhtml-with-children)
3735
- [`react/no-direct-mutation-state`](react-no-direct-mutation-state)
38-
- [`react/no-find-dom-node`](react-no-find-dom-node)
39-
- [`react/no-missing-button-type`](react-no-missing-button-type)
4036
- [`react/no-missing-component-display-name`](react-no-missing-component-display-name)
41-
- [`react/no-missing-iframe-sandbox`](react-no-missing-iframe-sandbox)
4237
- [`react/no-namespace`](react-no-namespace)
4338
- [`react/no-redundant-should-component-update`](react-no-redundant-should-component-update)
4439
- [`react/no-render-return-value`](react-no-render-return-value)
45-
- [`react/no-script-url`](react-no-script-url)
4640
- [`react/no-set-state-in-component-did-mount`](react-no-set-state-in-component-did-mount)
4741
- [`react/no-set-state-in-component-did-update`](react-no-set-state-in-component-did-update)
4842
- [`react/no-set-state-in-component-will-update`](react-no-set-state-in-component-will-update)
4943
- [`react/no-string-refs`](react-no-string-refs)
5044
- [`react/no-unsafe-component-will-mount`](react-no-unsafe-component-will-mount)
5145
- [`react/no-unsafe-component-will-receive-props`](react-no-unsafe-component-will-receive-props)
5246
- [`react/no-unsafe-component-will-update`](react-no-unsafe-component-will-update)
53-
- [`react/no-unsafe-iframe-sandbox`](react-no-unsafe-iframe-sandbox)
54-
- [`react/no-unsafe-target-blank`](react-no-unsafe-target-blank)
5547
- [`react/no-unstable-default-props`](react-no-unstable-default-props)
5648
- [`react/no-unstable-nested-components`](react-no-unstable-nested-components)
5749
- [`react/no-unused-class-component-members`](react-no-unused-class-component-members)
5850
- [`react/no-unused-state`](react-no-unused-state)
5951
- [`react/prefer-destructuring-assignment`](react-prefer-destructuring-assignment)
6052

53+
## React DOM
54+
55+
- [`react/no-dangerously-set-innerhtml`](react-no-dangerously-set-innerhtml)
56+
- [`react/no-dangerously-set-innerhtml-with-children`](react-no-dangerously-set-innerhtml-with-children)
57+
- [`react/no-find-dom-node`](react-no-find-dom-node)
58+
- [`react/no-missing-button-type`](react-no-missing-button-type)
59+
- [`react/no-missing-iframe-sandbox`](react-no-missing-iframe-sandbox)
60+
- [`react/no-script-url`](react-no-script-url)
61+
- [`react/no-unsafe-iframe-sandbox`](react-no-unsafe-iframe-sandbox)
62+
- [`react/no-unsafe-target-blank`](react-no-unsafe-target-blank)
63+
6164
## React Hooks
6265

6366
- [`react-hooks/ensure-custom-hooks-using-other-hooks`](react-hooks-ensure-custom-hooks-using-other-hooks)

0 commit comments

Comments
 (0)