UNPKG

274 BTypeScriptView Raw
1import { RuleLoaderHost, RuleConstructor } from '@fimbul/wotan';
2export declare class TslintRuleLoaderHost implements RuleLoaderHost {
3 loadCoreRule(name: string): RuleConstructor | undefined;
4 loadCustomRule(name: string, dir: string): RuleConstructor | undefined;
5}