feat(contracts): init contracts #1
Annotations
10 errors and 3 warnings
Lint:
src/App.tsx#L45
'userData' is never reassigned. Use 'const' instead
|
Lint:
src/components/ui/avatar.tsx#L1
Replace `"react"` with `'react';`
|
Lint:
src/components/ui/avatar.tsx#L2
Replace `"@radix-ui/react-avatar"` with `'@radix-ui/react-avatar';`
|
Lint:
src/components/ui/avatar.tsx#L4
Replace `"@/lib/utils"` with `'@/lib/utils';`
|
Lint:
src/components/ui/avatar.tsx#L13
Replace `"relative·flex·h-10·w-10·shrink-0·overflow-hidden·rounded-full"` with `'relative·flex·h-10·w-10·shrink-0·overflow-hidden·rounded-full'`
|
Lint:
src/components/ui/avatar.tsx#L18
Insert `;`
|
Lint:
src/components/ui/avatar.tsx#L19
Insert `;`
|
Lint:
src/components/ui/avatar.tsx#L27
Replace `"aspect-square·h-full·w-full"` with `'aspect-square·h-full·w-full'`
|
Lint:
src/components/ui/avatar.tsx#L30
Insert `;`
|
Lint:
src/components/ui/avatar.tsx#L31
Insert `;`
|
Lint:
src/main.tsx#L3
'Link' is defined but never used
|
Lint:
tests/contract.test.ts#L4
'address1' is assigned a value but never used
|
Lint:
tests/contract.test.ts#L4
Forbidden non-null assertion
|