UNPKG

just-scripts

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