-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Chore: Remove TDZ scope type condition from no-unused-vars #12055
Conversation
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.
LGTM, thanks!
it was removed in eslint-scope@4.0.0-alpha.0 FYI: https://github.com/eslint/eslint-scope/releases/tag/v4.0.0-alpha.0 LGTM, but I would like to have one more review. :) |
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.
LGTM, thanks!
What is the purpose of this pull request? (put an "X" next to item)
[X] Other, please explain:
To remove a condition that is always
true
as the TDZ scope type does not exist anymore.What changes did you make? (Give an overview)
Removed
scope.type !== "TDZ"
fromno-unused-vars
Is there anything you'd like reviewers to focus on?