Rule: no-any

Diallows usages of any as a type declaration.

Rationale

Using any as a type declaration nullifies the compile-time benefits of the type system.

Config

Not configurable.

Examples
"no-any": true
Schema
null