chore(lint): satisfy the trailing-comma rule and drop dead oxlint directives

The Gateway client spec's synthetic Remote namespace now resolves under both
analyzers, so its typescript/no-unsafe-call suppressions report as unused.
This commit is contained in:
imccyu
2026-08-11 20:05:09 +08:00
parent df97e4ce2d
commit 92e817bf38
2 changed files with 1 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ export type {
RpcRequest, RpcResponse, RpcResult, SessionId, SessionModels, SessionSearchItem,
SessionSummary, SettingsNamespaceView, SettingsPathOpView, SkillEntry, StreamChunk,
SubagentAddress, SubagentCatalog, TaskView, ToolCallView, ToolEventView, ToolResultView,
WorkspaceId, WorkspaceView
WorkspaceId, WorkspaceView,
} from '@deepseek-ai/dsh-client-connection/client'
declare module '@deepseek-ai/cordis' {