UNPKG

vuoto

Version:

Modern whitespace normalizer CLI with enhanced output and developer experience - cut the noise, clean the void

12 lines 414 B
/** * Merge built-in ignores with user .vuotoignore patterns. * @param cwd Current working directory. * @returns Combined ignore patterns. * @example * ```ts * const patterns = await resolveIgnores(process.cwd()); * console.log(patterns); // [...DEFAULT_IGNORES, ...userPatterns] * ``` */ export declare function resolveIgnores(cwd: string): Promise<string[]>; //# sourceMappingURL=resolve-config.d.ts.map