UNPKG

@fimbul/valtyr

Version:

Wotan plugin to behave almost like TSLint

6 lines (5 loc) 274 B
import { RuleLoaderHost, RuleConstructor } from '@fimbul/wotan'; export declare class TslintRuleLoaderHost implements RuleLoaderHost { loadCoreRule(name: string): RuleConstructor | undefined; loadCustomRule(name: string, dir: string): RuleConstructor | undefined; }