fix(eslint-plugin): [method-signature-style] fix overloaded methods to an intersection type#1966
Conversation
|
Thanks for the PR, @sosukesuzuki! 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! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day. |
Codecov Report
@@ Coverage Diff @@
## master #1966 +/- ##
=======================================
Coverage 93.88% 93.89%
=======================================
Files 170 170
Lines 7737 7765 +28
Branches 2227 2236 +9
=======================================
+ Hits 7264 7291 +27
+ Misses 218 217 -1
- Partials 255 257 +2
|
cb4b99d to
4dc283d
Compare
bradzacher
left a comment
There was a problem hiding this comment.
LGTM - thanks for this.
One change that I just made so I can merge this right now: documented it in the readme.
Fixes #1911