UNPKG

@eslint-types/jsdoc

Version:
18 lines (15 loc) 417 B
export type Schema0 = 'always' | 'never' | 'any'; export interface Schema1 { customSpacings?: { postDelimiter?: number; postHyphen?: number; postName?: number; postTag?: number; postType?: number; }; preserveMainDescriptionPostDelimiter?: boolean; tags?: string[]; wrapIndent?: string; disableWrapIndent?: boolean; } export type CheckLineAlignmentRuleOptions = [Schema0?, Schema1?];