mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 23:40:44 +00:00
chore(lint): enable unnecessary type parameter rule
This commit is contained in:
@@ -48,6 +48,7 @@ export async function runCommandWithRuntime(
|
||||
}
|
||||
}
|
||||
|
||||
// oxlint-disable-next-line typescript/no-unnecessary-type-parameters -- Commander option values are typed by the caller.
|
||||
export function resolveOptionFromCommand<T>(
|
||||
command: Command | undefined,
|
||||
key: string,
|
||||
|
||||
Reference in New Issue
Block a user