UNPKG

@eslint-types/typescript-eslint

Version:
9 lines (7 loc) 200 B
export interface Schema0 { /** * Whether to ignore arrays in which all elements are strings. */ ignoreStringArrays?: boolean; } export type RequireArraySortCompareRuleOptions = [Schema0?];