Function: formatFiles
▸ formatFiles(tree
): Promise
<void
>
Formats all the created or updated files using Prettier
Parameters
Name | Type | Description |
---|---|---|
tree | Tree | the file system tree |
Returns
Promise
<void
>
The State of JS survey is live, featuring a monorepo tools sectionThe State of JS survey is live, featuring a monorepo tools sectionVote for us
▸ formatFiles(tree
): Promise
<void
>
Formats all the created or updated files using Prettier
Name | Type | Description |
---|---|---|
tree | Tree | the file system tree |
Promise
<void
>