UNPKG

@eslint-types/jsdoc

Version:
14 lines (12 loc) 315 B
export interface Schema0 { aliases?: { /** * This interface was referenced by `undefined`'s JSON-Schema definition * via the `patternProperty` ".*". */ [k: string]: string[]; }; excludedTags?: string[]; uselessWords?: string[]; } export type InformativeDocsRuleOptions = [Schema0?];