Skip to content

styling changes

styling changes #201

Triggered via push November 18, 2024 03:02
Status Failure
Total duration 23s
Artifacts

lint.yml

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

Annotations

6 errors and 2 warnings
Run ESLint, Prettier, and TypeScript compiler: components/PlantList/index.tsx#L69
Missing "key" prop for element in iterator
Run ESLint, Prettier, and TypeScript compiler: utils/helpers.ts#L184
'startColumn' is never reassigned. Use 'const' instead
Run ESLint, Prettier, and TypeScript compiler: utils/helpers.ts#L187
'endColumn' 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/PlantCalendarRow/index.tsx#L80
React Hook useMemo has missing dependencies: 'colors.background', 'colors.harvest', 'colors.indoors', 'colors.outdoors', and 'colors.transplant'. Either include them or remove the dependency array
Run ESLint, Prettier, and TypeScript compiler: components/PlantCard/index.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