--- ruleName: no-any description: Diallows usages of `any` as a type declaration. rationale: Using `any` as a type declaration nullifies the compile-time benefits of the type system. optionsDescription: Not configurable. options: null optionExamples: - 'true' type: typescript optionsJSON: 'null' layout: rule title: 'Rule: no-any' ---