chore(deps): bump isomorphic-git from 1.32.1 to 1.37.5 #265
Annotations
10 errors and 1 warning
|
Lint:
app/lib/.server/llm/stream-text.ts#L785
Replace `(m)·=>·m.provider·===·provider.name·&&·m.name·!==·modelDetails.name,⏎······` with `.filter((m)·=>·m.provider·===·provider.name·&&·m.name·!==·modelDetails.name`
|
|
Lint:
app/lib/.server/llm/stream-text.ts#L784
Replace `.getModelList().filter(` with `⏎········.getModelList()`
|
|
Lint:
app/lib/.server/llm/stream-text.ts#L780
Expected a block comment instead of consecutive line comments
|
|
Lint:
app/lib/.server/llm/stream-text.ts#L777
'effectiveFallbackRoute' is never reassigned. Use 'const' instead
|
|
Lint:
app/lib/.server/llm/stream-text.ts#L754
Expected a block comment instead of consecutive line comments
|
|
Lint:
app/lib/.server/llm/stream-text.ts#L739
Expected a block comment instead of consecutive line comments
|
|
Lint:
app/lib/.server/llm/stream-text.ts#L736
Replace `⏎····streamResult:·Awaited<ReturnType<typeof·_streamText>>,⏎··` with `streamResult:·Awaited<ReturnType<typeof·_streamText>>`
|
|
Lint:
app/components/chat/AssistantMessage.tsx#L124
Expected a block comment instead of consecutive line comments
|
|
Lint:
app/components/chat/Artifact.tsx#L257
Replace `(⏎····<div⏎······className={cn('text-xs·overflow-x-auto',·className)}⏎······dangerouslySetInnerHTML={{·__html:·html·}}⏎····/>⏎··)` with `<div·className={cn('text-xs·overflow-x-auto',·className)}·dangerouslySetInnerHTML={{·__html:·html·}}·/>`
|
|
Lint:
app/components/chat/Artifact.tsx#L244
Replace `<code>{displayCode}</code>` with `⏎··········<code>{displayCode}</code>⏎········`
|
|
Lint:
app/lib/hooks/usePromptEnhancer.ts#L102
Unexpected empty arrow function
|
Loading