New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(eslint-plugin): [adjacent-overload-signatures] check BlockStatement nodes #5998
Conversation
Thanks for the PR, @lsdsjy! 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! |
Nx Cloud ReportCI is running for commit 5b25f2a. Sent with |
|
Name | Link |
---|---|
5b25f2a | |
https://app.netlify.com/sites/typescript-eslint/deploys/63766b51d176ea00093b962b | |
https://deploy-preview-5998--typescript-eslint.netlify.app | |
To edit notification comments on pull requests, go to your Netlify site settings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for sending this in @lsdsjy! Per our Contributing guide we normally ask that PRs address a previously-opened issue, to help us triage requests & make sure they're valid before sending.
In this case I think it's fine to not because the bug is pretty clear. So just for next time please
Requesting changes on what I mentioned inline.
packages/eslint-plugin/tests/rules/adjacent-overload-signatures.test.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks for this @lsdsjy!
97d3e56
into
typescript-eslint:main
PR Checklist
Overview
Overloaded function declarations can also appear in BlockStatements and should be checked.