chore(preact-query): remove eslint-disable comments for rules already off at the package level - #11275
Conversation
… off at the package level
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 2 remain after this review. 📝 WalkthroughWalkthroughRemoved two obsolete ESLint suppression comments in ChangesESLint suppression cleanup
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change only removes redundant lint suppression comments and does not alter published or runtime behavior; no actionable merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |
|
View your CI Pipeline Execution ↗ for commit a9d7994
☁️ Nx Cloud last updated this comment at |
size-limit report 📦
|
🎯 Changes
packages/preact-query/eslint.config.jsalready setsno-unused-varsand@typescript-eslint/no-unnecessary-conditionto'off'at the package level, which makes the correspondingeslint-disable-next-linecomments inHydrationBoundary.tsxandutils.tsdead —eslint --skip-nx-cachereported both as "Unused eslint-disable directive". Removed both.Left the two
react-hooks/exhaustive-depswarnings inutils.tsuntouched — that file is a direct port of React'suse-sync-external-storeshim, and adding_instanceto those effect dependency arrays would introduce a feedback loop.✅ Checklist
pnpm run test:pr.🚀 Release Impact
Summary by CodeRabbit