formatFiles
▸ formatFiles(tree, options?): Promise<void>
Formats all the created or updated files using Prettier
Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
tree | Tree | the file system tree |
options? | Object | options for the formatFiles function |
options.sortRootTsconfigPaths? | boolean | - |
Returns
Section titled “Returns”Promise<void>