Update project with latest eslint rules

This commit is contained in:
Debajyoti Halder
2021-01-29 11:55:12 +05:30
parent da661f836e
commit 6106345e6d
49 changed files with 173 additions and 157 deletions
@@ -118,7 +118,9 @@ export async function collectConfigSchemas(
}
await Promise.all(
depNames.map(name => processItem({ name, parentPath: pkgPath })),
depNames.map(depName =>
processItem({ name: depName, parentPath: pkgPath }),
),
);
}