UNPKG

@eslint-types/typescript-eslint

Version:
11 lines (9 loc) 292 B
export interface Schema0 { builtinGlobals?: boolean; hoist?: 'all' | 'functions' | 'never'; allow?: string[]; ignoreOnInitialization?: boolean; ignoreTypeValueShadow?: boolean; ignoreFunctionTypeParameterNameValueShadow?: boolean; } export type NoShadowRuleOptions = [Schema0?];