UNPKG

@eslint-types/jsdoc

Version:
17 lines (15 loc) 345 B
export interface Schema0 { checkConstructors?: boolean; checkGetters?: boolean; checkSetters?: boolean; contexts?: Array< | string | { comment?: string; context?: string; } >; descriptionStyle?: 'body' | 'tag' | 'any'; exemptedBy?: string[]; } export type RequireDescriptionRuleOptions = [Schema0?];