UNPKG

@eslint-types/jsdoc

Version:
13 lines (11 loc) 218 B
export interface Schema0 { contexts?: Array< | string | { comment?: string; context?: string; } >; noOptionalParamNames?: boolean; } export type NoDefaultsRuleOptions = [Schema0?];