UNPKG

@eslint-types/typescript-eslint

Version:
9 lines (7 loc) 168 B
export interface Schema0 { /** * Patterns of import paths to allow requiring from. */ allow?: string[]; } export type NoVarRequiresRuleOptions = [Schema0?];