@eslint-types/typescript-eslint
Version:
TypeScript definitions for eslint-define-config
13 lines (11 loc) • 326 B
TypeScript
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?];