Function: formatFiles

formatFiles(tree, options?): Promise<void>

Formats all the created or updated files using Prettier

Parameters

NameTypeDescription
treeTreethe file system tree
options?Objectoptions for the formatFiles function
options.sortRootTsconfigPaths?boolean-

Returns

Promise<void>