UNPKG

@eslint-types/typescript-eslint

Version:
20 lines (18 loc) 347 B
export type Schema0 = | [] | ['never'] | [ 'never', { beforeStatementContinuationChars?: 'always' | 'any' | 'never'; }, ] | ['always'] | [ 'always', { omitLastInOneLineBlock?: boolean; omitLastInOneLineClassBody?: boolean; }, ]; export type SemiRuleOptions = Schema0;