Skip to content

[feat] Implement Plant Seasonality Filters #101

[feat] Implement Plant Seasonality Filters

[feat] Implement Plant Seasonality Filters #101

Triggered via pull request October 26, 2024 19:32
Status Failure
Total duration 19s
Artifacts

lint.yml

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

Annotations

5 errors and 1 warning
Run ESLint, Prettier, and TypeScript compiler: components/PlantList.tsx#L77
'indoorsStart' is never reassigned. Use 'const' instead
Run ESLint, Prettier, and TypeScript compiler: components/PlantList.tsx#L78
'indoorsEnd' is never reassigned. Use 'const' instead
Run ESLint, Prettier, and TypeScript compiler: components/PlantList.tsx#L79
'outdoorsStart' is never reassigned. Use 'const' instead
Run ESLint, Prettier, and TypeScript compiler: components/PlantList.tsx#L80
'outdoorsEnd' is never reassigned. Use 'const' instead
Run ESLint, Prettier, and TypeScript compiler
Process completed with exit code 1.
Run ESLint, Prettier, and TypeScript compiler: components/PlantCard/PlantCard.tsx#L16
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