Function: formatFiles

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

Formats all the created or updated files using Prettier

Parameters

NameTypeDescription
treeTreethe file system tree
options?Object-
options.sortRootTsconfigPathsbooleanTODO(v21): Stop sorting tsconfig paths by default, paths are now less common/important in Nx workspace setups, and the sorting causes comments to be lost.

Returns

Promise<void>