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: website/pages/rules/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,14 @@
32
32
|[`no-class-component`](no-class-component)| Prevents usage of class component. | ⛔ |||
33
33
|[`no-clone-element`](no-clone-element)| Prevents usage of `cloneElement`. | ⛔ |||
34
34
|[`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. | 🤯 ||❌|
36
36
|[`no-component-will-mount`](no-component-will-mount)| Prevents usage of `componentWillMount`. | ⛔ |||
37
37
|[`no-component-will-receive-props`](no-component-will-receive-props)| Prevents usage of `componentWillReceiveProps`. | ⛔ |||
38
38
|[`no-component-will-update`](no-component-will-update)| Prevents usage of `componentWillUpdate`. | ⛔ |||
39
39
|[`no-create-ref`](no-create-ref)| Prevents usage of `createRef`. | ⛔ |||
40
40
|[`no-direct-mutation-state`](no-direct-mutation-state)| Prevents direct mutation of `this.state`. | ✔️ |||
41
41
|[`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). | 👀 ||❌|
43
43
|[`no-leaked-conditional-rendering`](no-leaked-conditional-rendering)| Prevents problematic leaked values from being rendered. | 👀 | 💭 ||
44
44
|[`no-missing-component-display-name`](no-missing-component-display-name)| Enforces that all components have a `displayName` which can be used in devtools. | 🐞 |||
45
45
|[`no-missing-key`](no-missing-key)| Prevents missing `key` prop on items in list rendering. | ✔️ |||
0 commit comments