fix lint errors #202
lint.yml
on: push
Run ESLint, Prettier, and TypeScript compiler
32s
Annotations
2 warnings
Run ESLint, Prettier, and TypeScript compiler:
components/PlantCalendarRow/index.tsx#L78
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
|