fix(linter): useExhaustiveDependencies proper rest parameters handling, fixes #8967#9033
fix(linter): useExhaustiveDependencies proper rest parameters handling, fixes #8967#9033mdevils merged 1 commit intobiomejs:mainfrom
useExhaustiveDependencies proper rest parameters handling, fixes #8967#9033Conversation
🦋 Changeset detectedLatest commit: 402658a The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThis pull request fixes false positives in the Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 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 |
Merging this PR will not alter performance
Comparing Footnotes
|
useExhaustiveDependencies propert rest parameters hand…useExhaustiveDependencies proper rest parameters hand…
useExhaustiveDependencies proper rest parameters hand…useExhaustiveDependencies proper rest parameters handling, fixes #8967
Summary
Fixed #8967. useExhaustiveDependencies no longer reports false positives for variables destructured from a rest pattern.
Test Plan
Test is included.
Docs
Changeset is included.