Replies: 2 comments 2 replies
-
I wonder if noExplicitAny doesn't cover your cases? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks to bring it to light! I added this rule in the list of rules we want to support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's easy to pass an any type as an argument, which opens up problems that are the result of not properly ensuring validation of the type beforehand.
https://typescript-eslint.io/rules/no-unsafe-argument/
code that would be allowed without this rule:
Beta Was this translation helpful? Give feedback.
All reactions