init #1
Annotations
20 errors and 1 warning
typecheck
Property 'NEXT_PUBLIC_BROKER_ID' does not exist on type 'Readonly<{ NEXT_PUBLIC_ORDERBOOK_API_URL: string; NEXT_PUBLIC_MARKETPLACE_API_URL: string; NEXT_PUBLIC_IPFS_GATEWAY: string; NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: string; NEXT_PUBLIC_IMAGE_CDN_URL: string; ... 20 more ...; VERCEL_GIT_PULL_REQUEST_ID?: string | undefined; }>'.
|
lint:
tooling/tailwind/unframed.ts#L3
'fontFamily' is defined but never used. Allowed unused vars must match /^_/u
|
typecheck
Property 'NEXT_PUBLIC_BROKER_ID' does not exist on type 'Readonly<{ NEXT_PUBLIC_ORDERBOOK_API_URL: string; NEXT_PUBLIC_MARKETPLACE_API_URL: string; NEXT_PUBLIC_IPFS_GATEWAY: string; NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: string; NEXT_PUBLIC_IMAGE_CDN_URL: string; ... 20 more ...; VERCEL_GIT_PULL_REQUEST_ID?: string | undefined; }>'.
|
lint
@ark-market/tailwind-config#lint: command (/home/runner/work/market/market/tooling/tailwind) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
|
typecheck
Property 'NEXT_PUBLIC_BROKER_ID' does not exist on type 'Readonly<{ NEXT_PUBLIC_ORDERBOOK_API_URL: string; NEXT_PUBLIC_MARKETPLACE_API_URL: string; NEXT_PUBLIC_IPFS_GATEWAY: string; NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: string; NEXT_PUBLIC_IMAGE_CDN_URL: string; ... 20 more ...; VERCEL_GIT_PULL_REQUEST_ID?: string | undefined; }>'.
|
lint
@ark-market/app#lint: command (/home/runner/work/market/market/apps/arkmarket) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
|
typecheck
Property 'NEXT_PUBLIC_BROKER_ID' does not exist on type 'Readonly<{ NEXT_PUBLIC_ORDERBOOK_API_URL: string; NEXT_PUBLIC_MARKETPLACE_API_URL: string; NEXT_PUBLIC_IPFS_GATEWAY: string; NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: string; NEXT_PUBLIC_IMAGE_CDN_URL: string; ... 20 more ...; VERCEL_GIT_PULL_REQUEST_ID?: string | undefined; }>'.
|
lint:
apps/arkmarket/src/app/collection/[collectionAddress]/components/collection-items-buy-now.tsx#L70
Unsafe assignment of an error typed value
|
typecheck
Property 'NEXT_PUBLIC_BROKER_ID' does not exist on type 'Readonly<{ NEXT_PUBLIC_ORDERBOOK_API_URL: string; NEXT_PUBLIC_MARKETPLACE_API_URL: string; NEXT_PUBLIC_IPFS_GATEWAY: string; NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: string; NEXT_PUBLIC_IMAGE_CDN_URL: string; ... 20 more ...; VERCEL_GIT_PULL_REQUEST_ID?: string | undefined; }>'.
|
lint:
apps/arkmarket/src/app/components/explore-collection.tsx#L46
Unnecessary conditional, the types have no overlap
|
typecheck
Property 'NEXT_PUBLIC_BROKER_ID' does not exist on type 'Readonly<{ NEXT_PUBLIC_ORDERBOOK_API_URL: string; NEXT_PUBLIC_MARKETPLACE_API_URL: string; NEXT_PUBLIC_IPFS_GATEWAY: string; NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: string; NEXT_PUBLIC_IMAGE_CDN_URL: string; ... 20 more ...; VERCEL_GIT_PULL_REQUEST_ID?: string | undefined; }>'.
|
typecheck
Property 'NEXT_PUBLIC_BROKER_ID' does not exist on type 'Readonly<{ NEXT_PUBLIC_ORDERBOOK_API_URL: string; NEXT_PUBLIC_MARKETPLACE_API_URL: string; NEXT_PUBLIC_IPFS_GATEWAY: string; NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: string; NEXT_PUBLIC_IMAGE_CDN_URL: string; ... 20 more ...; VERCEL_GIT_PULL_REQUEST_ID?: string | undefined; }>'.
|
lint:
apps/arkmarket/src/app/layout.tsx#L2
'Inter' is defined but never used. Allowed unused vars must match /^_/u
|
typecheck
Property 'NEXT_PUBLIC_BROKER_ID' does not exist on type 'Readonly<{ NEXT_PUBLIC_ORDERBOOK_API_URL: string; NEXT_PUBLIC_MARKETPLACE_API_URL: string; NEXT_PUBLIC_IPFS_GATEWAY: string; NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: string; NEXT_PUBLIC_IMAGE_CDN_URL: string; ... 20 more ...; VERCEL_GIT_PULL_REQUEST_ID?: string | undefined; }>'.
|
typecheck
Property 'NEXT_PUBLIC_BROKER_ID' does not exist on type 'Readonly<{ NEXT_PUBLIC_ORDERBOOK_API_URL: string; NEXT_PUBLIC_MARKETPLACE_API_URL: string; NEXT_PUBLIC_IPFS_GATEWAY: string; NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: string; NEXT_PUBLIC_IMAGE_CDN_URL: string; ... 20 more ...; VERCEL_GIT_PULL_REQUEST_ID?: string | undefined; }>'.
|
lint:
apps/arkmarket/src/app/page.tsx#L1
'Button' is defined but never used. Allowed unused vars must match /^_/u
|
typecheck
Property 'NEXT_PUBLIC_BROKER_ID' does not exist on type 'Readonly<{ NEXT_PUBLIC_ORDERBOOK_API_URL: string; NEXT_PUBLIC_MARKETPLACE_API_URL: string; NEXT_PUBLIC_IPFS_GATEWAY: string; NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: string; NEXT_PUBLIC_IMAGE_CDN_URL: string; ... 20 more ...; VERCEL_GIT_PULL_REQUEST_ID?: string | undefined; }>'.
|
lint:
apps/arkmarket/src/app/page.tsx#L3
'ExploreCategory' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/arkmarket/src/app/page.tsx#L5
'LatestDrop' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/arkmarket/src/app/page.tsx#L6
'LatestSales' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/arkmarket/src/app/components/main-carousel.tsx#L56
React Hook useEffect has a missing dependency: 'startAutoSlide'. Either include it or remove the dependency array
|