UNPKG

344 BTypeScriptView Raw
1import { IOptions, IRule, RuleConstructor } from "./language/rule/rule";
2export declare function loadRules(ruleOptionsList: IOptions[], rulesDirectories?: string | string[], isJs?: boolean): IRule[];
3/** @internal private API */
4export declare function findRule(name: string, rulesDirectories?: string | string[]): RuleConstructor | undefined;