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

Continue fixing useUnknownInCatchVariables #2054

Merged
merged 2 commits into from
Dec 6, 2021

Conversation

fregante
Copy link
Collaborator

@fregante fregante commented Dec 6, 2021

@@ -22,7 +22,6 @@
"unicorn/no-await-expression-member": "warn", // Annoying sometimes, let's try it

"@typescript-eslint/consistent-type-assertions": "warn",
"@typescript-eslint/no-implicit-any-catch": "warn",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This rule isn't needed when useUnknownInCatchVariables is active

@twschiller twschiller merged commit 13adac0 into main Dec 6, 2021
@twschiller twschiller deleted the F/lint/useUnknownInCatchVariables branch December 6, 2021 15:23
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

Successfully merging this pull request may close these issues.

Clean up @typescript-eslint/no-implicit-any-catch warning supressions
2 participants