fix(eslint-plugin): [typedef] false positive for rest parameter with array destructuring #2441
Conversation
Thanks for the PR, @gaonK! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! |
Codecov Report
@@ Coverage Diff @@
## master #2441 +/- ##
==========================================
- Coverage 92.94% 92.93% -0.01%
==========================================
Files 289 289
Lines 9272 9275 +3
Branches 2583 2585 +2
==========================================
+ Hits 8618 8620 +2
Misses 320 320
- Partials 334 335 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
ezpz thanks! |
2ada5af
into
typescript-eslint:master
…array destructuring (typescript-eslint#2441)
Fixes #2433