UNPKG

@eslint-types/jsdoc

Version:
11 lines (9 loc) 231 B
export interface Schema0 { exemptTagContexts?: Array<{ tag?: string; types?: boolean | string[]; }>; noDefaults?: boolean; unifyParentAndChildTypeChecks?: boolean; } export type CheckTypesRuleOptions = [Schema0?];