UNPKG

@eslint-types/typescript-eslint

Version:
9 lines (6 loc) 198 B
export type Schema0 = 'always' | 'never'; export interface Schema1 { arraysInObjects?: boolean; objectsInObjects?: boolean; } export type ObjectCurlySpacingRuleOptions = [Schema0?, Schema1?];