Skip to content

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

Formats all the created or updated files using Prettier

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

Promise<void>