Skip to content

Commit ff80a4f

Browse files
committed
docs: update rules overview
1 parent 9df06ae commit ff80a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/pages/rules/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
| [`no-class-component`](no-class-component) | Prevents usage of class component. || | |
3333
| [`no-clone-element`](no-clone-element) | Prevents usage of `cloneElement`. || | |
3434
| [`no-comment-textnodes`](no-comment-textnodes) | Prevents comments from being inserted as text nodes. | 👀 | | |
35-
| [`no-complicated-conditional-rendering`](no-complicated-conditional-rendering) | Prevents complicated conditional rendering in JSX. | 🤯 | | |
35+
| [`no-complicated-conditional-rendering`](no-complicated-conditional-rendering) | Prevents complicated conditional rendering in JSX. | 🤯 | | |
3636
| [`no-component-will-mount`](no-component-will-mount) | Prevents usage of `componentWillMount`. || | |
3737
| [`no-component-will-receive-props`](no-component-will-receive-props) | Prevents usage of `componentWillReceiveProps`. || | |
3838
| [`no-component-will-update`](no-component-will-update) | Prevents usage of `componentWillUpdate`. || | |
3939
| [`no-create-ref`](no-create-ref) | Prevents usage of `createRef`. || | |
4040
| [`no-direct-mutation-state`](no-direct-mutation-state) | Prevents direct mutation of `this.state`. | ✔️ | | |
4141
| [`no-duplicate-key`](no-duplicate-key) | Prevents duplicate `key` props on elements in the same array or a list of `children`. | ✔️ | | |
42-
| [`no-implicit-key`](no-implicit-key) | Prevents `key` prop from not being explicitly specified (e.g. spreading `key` prop from objects). | 👀 | | |
42+
| [`no-implicit-key`](no-implicit-key) | Prevents `key` prop from not being explicitly specified (e.g. spreading `key` prop from objects). | 👀 | | |
4343
| [`no-leaked-conditional-rendering`](no-leaked-conditional-rendering) | Prevents problematic leaked values from being rendered. | 👀 | 💭 | |
4444
| [`no-missing-component-display-name`](no-missing-component-display-name) | Enforces that all components have a `displayName` which can be used in devtools. | 🐞 | | |
4545
| [`no-missing-key`](no-missing-key) | Prevents missing `key` prop on items in list rendering. | ✔️ | | |

0 commit comments

Comments
 (0)