12 lines
372 B
Plaintext
12 lines
372 B
Plaintext
|
|
> klz-cables-nextjs@1.0.0 lint /Users/marcmintel/Projects/klz-2026
|
|
> eslint .
|
|
|
|
|
|
/Users/marcmintel/Projects/klz-2026/components/home/GallerySection.tsx
|
|
3:17 warning 'useState' is defined but never used @typescript-eslint/no-unused-vars
|
|
3:27 warning 'useEffect' is defined but never used @typescript-eslint/no-unused-vars
|
|
|
|
✖ 2 problems (0 errors, 2 warnings)
|
|
|