UNPKG

@eslint-types/import

Version:
9 lines (7 loc) 211 B
export interface Schema0 { /** * If `false`, will report computed (and thus, un-lintable) references to namespace members. */ allowComputed?: boolean; } export type NamespaceRuleOptions = [Schema0?];