Skip to content

Commit 7174460

Browse files
committed
docs: remove warning from react-hooks/ensure-custom-hooks-using-other-hooks
1 parent 873c5e1 commit 7174460

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/eslint-plugin-react-hooks/src/rules/ensure-custom-hooks-using-other-hooks.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Pedantic.
88

99
Helps find custom Hooks that don't use other Hooks.
1010

11-
> :warning: **This rule is in early-access!** Please report any bugs or feedback on the [issue tracker](https://github.com/rel1cx/eslint-react/issues/31)
12-
1311
## Why is this good?
1412

1513
Custom Hooks may call other Hooks (that’s their whole purpose). If a custom Hook is not calling other Hooks, it might be a sign that it's unnecessary or incorrectly implemented. This rule helps you catch those cases.

0 commit comments

Comments
 (0)