UNPKG

@eslint-types/typescript-eslint

Version:
13 lines (11 loc) 343 B
export interface Schema0 { arrayDestructuring?: boolean; arrowParameter?: boolean; memberVariableDeclaration?: boolean; objectDestructuring?: boolean; parameter?: boolean; propertyDeclaration?: boolean; variableDeclaration?: boolean; variableDeclarationIgnoreFunction?: boolean; } export type TypedefRuleOptions = [Schema0?];