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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
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 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