chore: split out supabase into separate package #29
Annotations
10 errors and 2 warnings
packages/supabase/src/types/db.ts#L9
Use an `interface` instead of a `type`
|
packages/supabase/src/types/db.ts#L34
A record is preferred over an index signature
|
packages/supabase/src/types/db.ts#L37
A record is preferred over an index signature
|
packages/supabase/src/types/db.ts#L40
A record is preferred over an index signature
|
packages/supabase/src/types/db.ts#L43
A record is preferred over an index signature
|
packages/supabase/src/types/db.ts#L120
'never' is overridden by other types in this union type
|
packages/supabase/src/types/db.ts#L133
'never' is overridden by other types in this union type
|
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
apps/app/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