@nx/devkit
Version:
10 lines (9 loc) • 324 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>;