Skip to content

Commit 8f699b9

Browse files
committed
docs: minor fixes
1 parent e20115d commit 8f699b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/content/docs/rules/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ full: true
6060
| [`no-unsafe-component-will-update`](./no-unsafe-component-will-update) | 1️⃣ | `🔍` | Warns the usage of `UNSAFE_componentWillUpdate` in class components. | |
6161
| [`no-unstable-context-value`](./no-unstable-context-value) | 1️⃣ | `🔍` | Prevents non-stable values (i.e. object literals) from being used as a value for `Context.Provider`. | |
6262
| [`no-unstable-default-props`](./no-unstable-default-props) | 1️⃣ | `🔍` | Prevents using referential-type values as default props in object destructuring. | |
63-
| [`no-unused-class-component-members`](./no-unused-class-component-members) | 0️⃣ | `🔍` | Warns unused class component methods and properties. | |
63+
| [`no-unused-class-component-members`](./no-unused-class-component-members) | 1️⃣ | `🔍` | Warns unused class component methods and properties. | |
6464
| [`no-unused-state`](./no-unused-state) | 1️⃣ | `🔍` | Warns unused class component state. | |
6565
| [`no-use-context`](./no-use-context) | 1️⃣ | `🔍` `🔄` | Replaces `useContext` with `use`. | >=19.0.0 |
6666
| [`no-useless-fragment`](./no-useless-fragment) | 1️⃣ | `🔍` `🔧` `⚙️` | Prevents using useless `fragment` components or `<>` syntax. | |

0 commit comments

Comments
 (0)