style: 修复所有 lint 错误,覆盖 @ant forked 代码

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
claude-code-best
2026-05-01 21:49:21 +08:00
parent 6182015005
commit c32f26cf21
12 changed files with 1207 additions and 2685 deletions

View File

@@ -118,8 +118,6 @@ export class ACPClient {
reject: (err: Error) => void
timer: ReturnType<typeof setTimeout>
} | null = null
// Tracks the session ID being targeted by a load/resume operation
private pendingSessionTarget: string | null = null
private connectResolve: ((value: undefined) => void) | null = null
private connectReject: ((error: Error) => void) | null = null