UNPKG

@eslint-types/typescript-eslint

Version:
30 lines (28 loc) 509 B
export interface Schema0 { /** * Whether to check intersection types. */ checkIntersections?: boolean; /** * Whether to check union types. */ checkUnions?: boolean; /** * Ordering of the groups. */ groupOrder?: Array< | 'conditional' | 'function' | 'import' | 'intersection' | 'keyword' | 'nullish' | 'literal' | 'named' | 'object' | 'operator' | 'tuple' | 'union' >; } export type SortTypeConstituentsRuleOptions = [Schema0?];