UNPKG

@eslint-types/typescript-eslint

Version:
9 lines (7 loc) 275 B
export interface Schema0 { /** * Whether two parameters with different names at the same index should be considered different even if their types are the same. */ ignoreDifferentlyNamedParameters?: boolean; } export type UnifiedSignaturesRuleOptions = [Schema0?];