UNPKG

@eslint-types/typescript-eslint

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