UNPKG

@eslint-types/typescript-eslint

Version:
17 lines (14 loc) 404 B
export type DirectiveConfigSchema = | boolean | 'allow-with-description' | { descriptionFormat?: string; }; export interface Schema0 { 'ts-expect-error'?: DirectiveConfigSchema; 'ts-ignore'?: DirectiveConfigSchema; 'ts-nocheck'?: DirectiveConfigSchema; 'ts-check'?: DirectiveConfigSchema; minimumDescriptionLength?: number; } export type BanTsCommentRuleOptions = [Schema0?];