feat: bible text is actually looking good #19
Annotations
10 errors and 3 warnings
packages/ui/src/form.tsx#L75
Unnecessary conditional, value is always falsy
|
packages/ui/src/progress.tsx#L22
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
packages/ui/src/toggle-group.tsx#L48
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
packages/ui/src/toggle-group.tsx#L49
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
|
apps/nextjs/src/app/(app)/new/page.tsx#L2
'JsonBibleViewer' is defined but never used. Allowed unused vars must match /^_/u
|
apps/nextjs/src/app/(app)/study/[studyId]/page.tsx#L1
'params' is defined but never used. Allowed unused args must match /^_/u
|
apps/nextjs/src/app/api/ai/command/route.ts#L9
Unsafe assignment of an `any` value
|
apps/nextjs/src/app/api/ai/command/route.ts#L23
Unexpected `await` of a non-Promise (non-"Thenable") value
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
apps/nextjs/src/components/plate-ui/media-placeholder-element.tsx#L231
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
The logs for this run have expired and are no longer available.
Loading