Skip to content

docs: update README #10

docs: update README

docs: update README #10

Triggered via push November 13, 2024 22:17
Status Failure
Total duration 45s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: app/pages/account/addresses/index.vue#L51
Type '{ address1?: string | null | undefined; address2?: string | null | undefined; city?: string | null | undefined; company?: string | null | undefined; country?: string | null | undefined; ... 12 more ...; zip?: string | ... 1 more ... | undefined; } | null | undefined' is not assignable to type 'MailingAddressFragment'.
lint: app/pages/account/index.vue#L73
Type '{ address1?: string | null | undefined; address2?: string | null | undefined; city?: string | null | undefined; company?: string | null | undefined; country?: string | null | undefined; ... 12 more ...; zip?: string | ... 1 more ... | undefined; } | null | undefined' is not assignable to type 'MailingAddressFragment'.
lint: app/pages/products/[handle].vue#L92
Type '({} | { availableForSale: boolean; createdAt: string; description: string; descriptionHtml: string; handle: string; id: string; isGiftCard: boolean; onlineStoreUrl?: string | null | undefined; ... 15 more ...; variants: { ...; }; })[]' is not assignable to type 'ProductFragment[]'.
lint: app/pages/search.vue#L120
Type '({} | { availableForSale: boolean; createdAt: string; description: string; descriptionHtml: string; handle: string; id: string; isGiftCard: boolean; onlineStoreUrl?: string | null | undefined; ... 15 more ...; variants: { ...; }; })[]' is not assignable to type 'ProductFragment[]'.
lint: app/pages/search.vue#L155
Property 'id' does not exist on type '{} | { availableForSale: boolean; createdAt: string; description: string; descriptionHtml: string; handle: string; id: string; isGiftCard: boolean; onlineStoreUrl?: string | null | undefined; ... 15 more ...; variants: { ...; }; }'.
lint: app/pages/search.vue#L156
Type '{} | { availableForSale: boolean; createdAt: string; description: string; descriptionHtml: string; handle: string; id: string; isGiftCard: boolean; onlineStoreUrl?: string | null | undefined; ... 15 more ...; variants: { ...; }; }' is not assignable to type 'ProductFragment'.
lint: app/stores/auth.ts#L65
Type '{ id: string; email: string | null | undefined; firstName: string | null | undefined; lastName: string | null | undefined; }' is missing the following properties from type '{ acceptsMarketing: boolean; createdAt: string; displayName: string; email?: string | null | undefined; firstName?: string | null | undefined; id: string; lastName?: string | null | undefined; ... 6 more ...; orders: { ...; }; }': acceptsMarketing, createdAt, displayName, numberOfOrders, and 4 more.
lint: app/stores/shop.ts#L25
Type '{ isoCode: "US"; }' is missing the following properties from type '{ isoCode: CountryCode; name: string; unitSystem: UnitSystem; availableLanguages: { endonymName: string; isoCode: LanguageCode; name: string; }[]; currency: { ...; }; }': name, unitSystem, availableLanguages, currency
lint: app/stores/shop.ts#L28
Type '{ isoCode: "EN"; }' is missing the following properties from type '{ endonymName: string; isoCode: LanguageCode; name: string; }': endonymName, name
lint: server/operations/cart.ts#L36
'response' is of type 'unknown'.