chore: format eslint.config #6
Annotations
10 errors
app/components/cart/cart-drawer.vue#L55
Property 'id' does not exist on type '{} | { id: string; quantity: number; cost: { subtotalAmount: { amount: string; currencyCode: CurrencyCode; }; totalAmount: { amount: string; currencyCode: CurrencyCode; }; }; discountAllocations: ({ ...; } | ... 1 more ... | { ...; })[]; merchandise: { ...; }; sellingPlanAllocation?: { ...; } | ... 1 more ... | unde...'.
|
app/components/cart/cart-drawer.vue#L55
Type '{} | { id: string; quantity: number; cost: { subtotalAmount: { amount: string; currencyCode: CurrencyCode; }; totalAmount: { amount: string; currencyCode: CurrencyCode; }; }; discountAllocations: ({ ...; } | ... 1 more ... | { ...; })[]; merchandise: { ...; }; sellingPlanAllocation?: { ...; } | ... 1 more ... | unde...' is not assignable to type 'CartLineFragment'.
|
app/components/cart/cart-line.vue#L51
Type '{ altText?: string | null | undefined; height?: number | null | undefined; id?: string | null | undefined; url: string; width?: number | null | undefined; } | null | undefined' is not assignable to type 'ImageFragment'.
|
app/components/cart/cart-summary.vue#L16
Type '{ amount: string; currencyCode: CurrencyCode; } | undefined' is not assignable to type 'MoneyFragment'.
|
app/components/product-card/product-card-media.vue#L33
Type '{ altText?: string | null | undefined; height?: number | null | undefined; id?: string | null | undefined; url: string; width?: number | null | undefined; } | null | undefined' is not assignable to type 'ImageFragment'.
|
app/components/product/media/product-media-carousel.vue#L74
Type '{ altText?: string | null | undefined; height?: number | null | undefined; id?: string | null | undefined; url: string; width?: number | null | undefined; } | null | undefined' is not assignable to type 'ImageFragment'.
|
app/components/product/media/product-media-gallery.vue#L41
Type '{ altText?: string | null | undefined; height?: number | null | undefined; id?: string | null | undefined; url: string; width?: number | null | undefined; } | null | undefined' is not assignable to type 'ImageFragment'.
|
app/components/product/media/product-media-lightbox.vue#L67
Type '{ altText?: string | null | undefined; height?: number | null | undefined; id?: string | null | undefined; url: string; width?: number | null | undefined; } | null | undefined' is not assignable to type 'ImageFragment'.
|
app/components/product/options/product-color-options.vue#L52
'a.name' is possibly 'undefined'.
|
app/components/product/options/product-color-options.vue#L52
No overload matches this call.
|
The logs for this run have expired and are no longer available.
Loading