UNPKG

@eslint-types/import

Version:
10 lines (8 loc) 152 B
export type Schema0 = | { allow?: string[]; } | { forbid?: string[]; }; export type NoInternalModulesRuleOptions = [Schema0?];