@nx/devkit
Version:
10 lines • 366 B
TypeScript
import { Tree } from 'nx/src/devkit-exports';
/**
* Formats all the created or updated files using Prettier
* @param tree - the file system tree
* @param options - options for the formatFiles function
*/
export declare function formatFiles(tree: Tree, options?: {
sortRootTsconfigPaths?: boolean;
}): Promise<void>;
//# sourceMappingURL=format-files.d.ts.map