untile / js-configs

Untile configs and conventions
https://untile.pt
MIT License
1 stars 0 forks source link

Add error for `no-explicit-any` #46

Closed luisdralves closed 1 year ago

luisdralves commented 1 year ago

any is an escape hatch, equivalent to disabling typescript. We should avoid it as much as possible, so this rule should be enabled by default. It can be disabled on a case-by-case basis if absolutely necessary.

Every time someone uses any, a typescript dev cries