UNPKG

@qualweb/cli

Version:
8 lines 330 B
import { Command } from 'commander'; import { RuleListParseResult } from '../types'; export type BestPracticesOptions = { bestPractices?: RuleListParseResult; excludeBp?: RuleListParseResult; }; export declare function addBestPracticeOptionsToCommand(command: Command): Command; //# sourceMappingURL=bestPractices.d.ts.map