You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
366 B

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