UNPKG

@eslint-types/jsdoc

Version:
13 lines (11 loc) 363 B
export interface Schema0 { allowExtraTrailingParamDocs?: boolean; checkDestructured?: boolean; checkRestProperty?: boolean; checkTypesPattern?: string; disableExtraPropertyReporting?: boolean; disableMissingParamChecks?: boolean; enableFixer?: boolean; useDefaultObjectProperties?: boolean; } export type CheckParamNamesRuleOptions = [Schema0?];