UNPKG

@eslint-types/jsdoc

Version:
16 lines (14 loc) 360 B
export interface Schema0 { tags?: { /** * This interface was referenced by `undefined`'s JSON-Schema definition * via the `patternProperty` ".*". */ [k: string]: { initialCommentsOnly?: boolean; mustExist?: boolean; preventDuplicates?: boolean; }; }; } export type RequireFileOverviewRuleOptions = [Schema0?];