UNPKG

just-scripts

Version:
10 lines 398 B
import { TaskFunction } from 'just-task'; export interface PrettierTaskOptions { files?: string[] | string; ignorePath?: string; configPath?: string; check?: boolean; } export declare function prettierTask(options?: PrettierTaskOptions): TaskFunction; export declare function prettierCheckTask(options?: PrettierTaskOptions): TaskFunction; //# sourceMappingURL=prettierTask.d.ts.map