UNPKG

@eslint-types/jsdoc

Version:
9 lines (7 loc) 209 B
export interface Schema0 { allowedAuthors?: string[]; allowedLicenses?: string[] | boolean; licensePattern?: string; numericOnlyVariation?: boolean; } export type CheckValuesRuleOptions = [Schema0?];