UNPKG

@eslint-types/typescript-eslint

Version:
10 lines (8 loc) 270 B
export interface Schema0 { allowKeywords?: boolean; allowPattern?: string; allowPrivateClassPropertyAccess?: boolean; allowProtectedClassPropertyAccess?: boolean; allowIndexSignaturePropertyAccess?: boolean; } export type DotNotationRuleOptions = [Schema0?];