UNPKG

@eslint-types/typescript-eslint

Version:
8 lines (5 loc) 174 B
export type Schema0 = '1tbs' | 'stroustrup' | 'allman'; export interface Schema1 { allowSingleLine?: boolean; } export type BraceStyleRuleOptions = [Schema0?, Schema1?];