@eslint-types/jsdoc
Version:
TypeScript definitions for eslint-define-config
13 lines (11 loc) • 363 B
TypeScript
export interface Schema0 {
allowExtraTrailingParamDocs?: boolean;
checkDestructured?: boolean;
checkRestProperty?: boolean;
checkTypesPattern?: string;
disableExtraPropertyReporting?: boolean;
disableMissingParamChecks?: boolean;
enableFixer?: boolean;
useDefaultObjectProperties?: boolean;
}
export type CheckParamNamesRuleOptions = [Schema0?];