UNPKG

@eslint-types/typescript-eslint

Version:
13 lines (11 loc) 300 B
export interface Schema0 { /** * Whether to enable auto-fixing in which the `any` type is converted to the `unknown` type. */ fixToUnknown?: boolean; /** * Whether to ignore rest parameter arrays. */ ignoreRestArgs?: boolean; } export type NoExplicitAnyRuleOptions = [Schema0?];