DEV Community

[Comment from a deleted post]
Collapse
 
teamradhq profile image
teamradhq

Or even better (and simpler) you could just add noImplicityAny
configuration and set linter error or warn on no-explicit-any. These configurations would catch every explicitly or applied use of any in your codebase, without the need of a commercial product that costs money.