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 34bd718 commit 0837cf0Copy full SHA for 0837cf0
CHANGELOG.md
@@ -10,7 +10,7 @@
10
11
### 📝 Changes in Rule implementation
12
13
-`no-useless-custom-hooks` now detects Hook calls that are made inside comments, the flowing code no longer triggers warnings:
+`no-useless-custom-hooks` now detects Hook calls within comments and the following code no longer triggers a warning:
14
15
```tsx
16
// ✅ Good: A Hook that will likely use some other Hooks later
0 commit comments