UNPKG

@eslint-types/jsdoc

Version:
14 lines (12 loc) 264 B
export interface Schema0 { match: Array<{ allowName?: string; comment?: string; context?: string; disallowName?: string; message?: string; tags?: string[]; [k: string]: unknown; }>; } export type MatchNameRuleOptions = [Schema0?];