> [email protected] lint
> next lint
info - Loaded env from /home/lucca/Coding/Projects/luccanotes/.env
./src/components/Button.tsx
1:1 Warning: Import "VariantProps" is only used as types. @typescript-eslint/consistent-type-imports
6:3 Warning: 'IconProps' is defined but never used. @typescript-eslint/no-unused-vars
11:1 Warning: Imports "TooltipAlignment" and "TooltipPosition" are only used as types. @typescript-eslint/consistent-type-imports
./src/components/Navbar.tsx
24:3 Warning: 'noteTitle' is defined but never used. @typescript-eslint/no-unused-vars
./src/components/NoteCard.tsx
1:10 Warning: 'ArrowSquareOut' is defined but never used. @typescript-eslint/no-unused-vars
1:26 Warning: 'DotsThreeOutlineVertical' is defined but never used. @typescript-eslint/no-unused-vars
16:59 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
29:59 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
36:59 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
37:59 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
48:3 Warning: 'lastUpdated' is defined but never used. @typescript-eslint/no-unused-vars
./src/components/SearchBar.tsx
10:10 Warning: 'useState' is defined but never used. @typescript-eslint/no-unused-vars
11:1 Warning: All imports in the declaration are only used as types. Use `import type`. @typescript-eslint/consistent-type-imports
12:8 Warning: 'Button' is defined but never used. @typescript-eslint/no-unused-vars
130:57 Error: Unsafe assignment of an `any` value. @typescript-eslint/no-unsafe-assignment
./src/components/TagPill.tsx
1:1 Warning: Import "VariantProps" is only used as types. @typescript-eslint/consistent-type-imports
./src/components/Tooltip.tsx
1:1 Warning: Import "VariantProps" is only used as types. @typescript-eslint/consistent-type-imports
./src/pages/index.tsx
1:8 Warning: 'Head' is defined but never used. @typescript-eslint/no-unused-vars
2:8 Warning: 'Link' is defined but never used. @typescript-eslint/no-unused-vars
3:10 Warning: 'signIn' is defined but never used. @typescript-eslint/no-unused-vars
3:18 Warning: 'signOut' is defined but never used. @typescript-eslint/no-unused-vars
3:27 Warning: 'useSession' is defined but never used. @typescript-eslint/no-unused-vars
4:10 Warning: 'api' is defined but never used. @typescript-eslint/no-unused-vars
8:1 Warning: Import "SortField" is only used as types. @typescript-eslint/consistent-type-imports
11:1 Warning: All imports in the declaration are only used as types. Use `import type`. @typescript-eslint/consistent-type-imports
info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules