UNPKG

@eslint-types/jsdoc

Version:
15 lines (13 loc) 268 B
export interface Schema0 { checkGeneratorsOnly?: boolean; contexts?: Array< | string | { comment?: string; context?: string; } >; exemptedBy?: string[]; next?: boolean; } export type RequireYieldsCheckRuleOptions = [Schema0?];