UNPKG

@eslint-types/typescript-eslint

Version:
9 lines (7 loc) 195 B
export interface Schema0 { /** * Whether to skip checking whether `static` methods are correctly bound. */ ignoreStatic?: boolean; } export type UnboundMethodRuleOptions = [Schema0?];