mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 23:26:39 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -132,7 +132,7 @@ export async function setupSkills(
|
||||
],
|
||||
});
|
||||
|
||||
const selected = (toInstall as string[]).filter((name) => name !== "__skip__");
|
||||
const selected = toInstall.filter((name) => name !== "__skip__");
|
||||
for (const name of selected) {
|
||||
const target = installable.find((s) => s.name === name);
|
||||
if (!target || target.install.length === 0) continue;
|
||||
|
||||
Reference in New Issue
Block a user