UNPKG

@eslint-types/typescript-eslint

Version:
13 lines (11 loc) 188 B
export type Schema0 = | [] | ['never'] | ['always'] | [ 'always', { allowNewlines?: boolean; }, ]; export type FuncCallSpacingRuleOptions = Schema0;