chore(deps): update dependency @tophat/eslint-config to v0.9.0 #265

Merged
renovate[bot] merged 2 commits from renovate/tophat-eslint-config-0.x into master 2021-06-05 16:21:47 +00:00
Showing only changes of commit 0a0022ead2 - Show all commits

View file

@ -15,7 +15,7 @@ async function prepareWorkspace(): Promise<string> {
async function cleanUpWorkspace(paths: string[]): Promise<void> {
await Promise.all(
paths.map(async path => fs.rmdir(path, { recursive: true })),
paths.map(async (path) => fs.rmdir(path, { recursive: true })),
)
}