UNPKG

@eslint-types/typescript-eslint

Version:
13 lines (11 loc) 326 B
export interface Schema0 { /** * Whether to allow `declare` with custom TypeScript namespaces. */ allowDeclarations?: boolean; /** * Whether to allow `declare` with custom TypeScript namespaces inside definition files. */ allowDefinitionFiles?: boolean; } export type NoNamespaceRuleOptions = [Schema0?];