Skip to content

function name and props #229

function name and props

function name and props #229

Triggered via push November 20, 2024 09:17
Status Failure
Total duration 38s
Artifacts

lint.yml

on: push
Run ESLint, Prettier, and TypeScript compiler
27s
Run ESLint, Prettier, and TypeScript compiler
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Run ESLint, Prettier, and TypeScript compiler: app/view-plants/page.tsx#L5
'getPlantById' is defined but never used
Run ESLint, Prettier, and TypeScript compiler: app/view-plants/page.tsx#L5
'getMatchingPlantForUserPlants' is defined but never used
Run ESLint, Prettier, and TypeScript compiler: app/view-plants/page.tsx#L26
'setUserPlants' is assigned a value but never used
Run ESLint, Prettier, and TypeScript compiler: app/view-plants/page.tsx#L39
'ownedPlants' is assigned a value but never used
Run ESLint, Prettier, and TypeScript compiler: app/view-plants/page.tsx#L123
'handleUserPlantCardClick' is defined but never used
Run ESLint, Prettier, and TypeScript compiler: app/view-plants/page.tsx#L127
'handlePlantCardClick' is defined but never used
Run ESLint, Prettier, and TypeScript compiler
Process completed with exit code 1.
Run ESLint, Prettier, and TypeScript compiler: components/PlantCard/index.tsx#L32
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element