We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cccae1 commit d629657Copy full SHA for d629657
CHANGELOG.md
@@ -10,7 +10,7 @@
10
11
### 📝 Changes in Rule implementation
12
13
-`hooks-extra/no-redundant-custom-hook` now detects Hook calls that are made inside comments, the flowing code no longer triggers warnings:
+`no-useless-custom-hooks` now detects Hook calls that are made inside comments, the flowing code no longer triggers warnings:
14
15
```tsx
16
// ✅ Good: A Hook that will likely use some other Hooks later
0 commit comments