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

Deprecated rule no-try-expect is recommended #648

Closed
BitLooter opened this issue Aug 22, 2020 · 1 comment
Closed

Deprecated rule no-try-expect is recommended #648

BitLooter opened this issue Aug 22, 2020 · 1 comment

Comments

@BitLooter
Copy link

The documentation for the rule no-try-expect states the rule is deprecated in favor of no-conditional-expect. However, it is still part of the recommended configuration. If the rule is deprecated it should be removed from recommended and replaced with no-conditional-expect.

@G-Rath
Copy link
Collaborator

G-Rath commented Aug 22, 2020

Changing the recommended ruleset is considered a breaking change, and so requires a new major which we've got almost ready to release - we're currently waiting for @typescript-eslint to release their new major which hopefully will be in the next week or so.

We've updated the recommended ruleset for the upcoming major in #571, which included replacing no-try-expect with no-conditional-expect :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants