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
+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
@@ -47,7 +47,7 @@ full: true
47
47
|[`no-missing-component-display-name`](./no-missing-component-display-name)| 0️⃣ |`🔍`| Enforces that all components have a `displayName` which can be used in devtools. ||
48
48
|[`no-missing-context-display-name`](./no-missing-context-display-name)| 0️⃣ |`🔍`| Enforces that all contexts have a `displayName` which React can use as its `displayName` in devtools. ||
49
49
|[`no-missing-key`](./no-missing-key)| 2️⃣ |`🔍`| Prevents missing `key` on items in list rendering. ||
|[`no-prop-types`](./no-prop-types)| 2️⃣ |`🔍`| Prevents using `propTypes` in favor of TypeScript or another type-checking solution. ||
52
52
|[`no-redundant-should-component-update`](./no-redundant-should-component-update)| 2️⃣ |`🔍`| Prevents using `shouldComponentUpdate` when extending `React.PureComponent`. ||
53
53
|[`no-set-state-in-component-did-mount`](./no-set-state-in-component-did-mount)| 1️⃣ |`🔍`| Prevents calling `this.setState` in `componentDidMount` outside of functions, such as callbacks. ||
0 commit comments