UNPKG

@eslint-types/typescript-eslint

Version:
8 lines (6 loc) 193 B
export interface Schema0 { lib?: 'always' | 'never'; path?: 'always' | 'never'; types?: 'always' | 'never' | 'prefer-import'; } export type TripleSlashReferenceRuleOptions = [Schema0?];