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

Support Nullish Coalescing in Rules #1052

Closed
5 tasks done
bradzacher opened this issue Oct 8, 2019 · 3 comments
Closed
5 tasks done

Support Nullish Coalescing in Rules #1052

bradzacher opened this issue Oct 8, 2019 · 3 comments
Labels
enhancement New feature or request package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin

Comments

@bradzacher
Copy link
Member

bradzacher commented Oct 8, 2019

Spinning off of #1033

Rules that need to have support added for optional chaining.
This list was based on a simple grep for LogicalExpression, I haven't validated anything beyond that. There are probably extra rules that could do with support as well that don't check LogicalExpression.

@bradzacher bradzacher added enhancement New feature or request package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin labels Oct 8, 2019
@bradzacher bradzacher changed the title Support Nullish Coalesc in Rules Support Nullish Coalescing in Rules Oct 29, 2019
@7sDream

This comment has been minimized.

@bradzacher

This comment has been minimized.

@bradzacher
Copy link
Member Author

This should now all be supported by ESLint core.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin
Projects
None yet
Development

No branches or pull requests

2 participants