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
Diallows usages of any
as a type declaration.
Using any
as a type declaration nullifies the compile-time benefits of the type system.
Not configurable.
"no-any": true
null