UNPKG

@eslint-types/typescript-eslint

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