chore(lint): restore zero-error eslint baseline

This commit is contained in:
William Valentin
2026-02-15 22:25:29 -08:00
parent 8b529a18f2
commit 46538e71a8
11 changed files with 184 additions and 160 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export class HookEngine {
const id = randomUUID();
if (this.interactiveConfirmer) {
return await this.interactiveConfirmer({ id, tool, args });
return this.interactiveConfirmer({ id, tool, args });
}
return new Promise((resolve) => {