Skip to content
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

Fix types in the boolean trivial lint rule #44801

Merged
merged 1 commit into from
Jun 29, 2021
Merged

Conversation

orta
Copy link
Contributor

@orta orta commented Jun 29, 2021

Main is currently broken, typescript-eslint stopped exporting the type CallExpressionArgument. A quick look in the typescript-eslint codebase shows it existing in a different package.

However, when I looked at how we used it, we weren't using anything which isn't defined on the base class of Node - so I switched it to that rather than digging into another module for the type.

@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Jun 29, 2021
@orta orta requested a review from sandersn June 29, 2021 13:22
@orta
Copy link
Contributor Author

orta commented Jun 29, 2021

assigned Nathan as he's usually the first American up and around :P

@sandersn sandersn merged commit fdc31ba into microsoft:main Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants