bump LS #35
Annotations
13 errors and 1 warning
typecheck
Cannot find module '..' or its corresponding type declarations.
|
typecheck
@ark-market/ui#typecheck: command (/home/runner/work/market/market/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
typecheck
Process completed with exit code 2.
|
lint:
packages/ui/src/github-icon.tsx#L7
Unsafe assignment of an error typed value
|
lint:
packages/ui/src/price-tag.tsx#L5
'LordsLogo' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/arkmarket/src/app/collection/[collectionAddress]/components/collection-header-stats.tsx#L1
'PropsWithClassName' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/arkmarket/src/app/collection/[collectionAddress]/components/collection-header-stats.tsx#L2
'cn' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/arkmarket/src/app/collection/[collectionAddress]/components/collection-items-buy-now.tsx#L61
Unnecessary conditional, value is always falsy
|
lint:
apps/arkmarket/src/app/components/main-carousel.tsx#L15
'Ethereum' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/token-actions-make-offer.tsx#L29
'NoOffer' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/token-actions-make-offer.tsx#L92
Unnecessary conditional, value is always truthy
|
lint:
apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/token-stats.tsx#L8
'ellipsableStyles' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/token-stats.tsx#L9
'Ethereum' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/arkmarket/src/components/starknet-provider.tsx#L44
React Hook useMemo has a missing dependency: 'injectedConnectors'. Either include it or remove the dependency array
|