Update project with latest eslint rules
This commit is contained in:
@@ -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 }),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user