@eslint-types/jsdoc
Version:
TypeScript definitions for eslint-define-config
16 lines (14 loc) • 360 B
TypeScript
export interface Schema0 {
tags?: {
/**
* This interface was referenced by `undefined`'s JSON-Schema definition
* via the `patternProperty` ".*".
*/
[k: string]: {
initialCommentsOnly?: boolean;
mustExist?: boolean;
preventDuplicates?: boolean;
};
};
}
export type RequireFileOverviewRuleOptions = [Schema0?];