Feature/arnav/home page #43
Annotations
2 errors and 11 warnings
Run npm ci:
frontend/src/app/page.tsx#L7
'Image' is defined but never used. Allowed unused vars must match /^_/u
|
Run npm ci
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run npm ci:
frontend/src/app/page.tsx#L3
There should be at least one empty line between import groups
|
Run npm ci:
frontend/src/app/page.tsx#L6
There should be at least one empty line between import groups
|
Run npm ci:
frontend/src/app/page.tsx#L6
`@/components/Description` import should occur before import of `@/components/WhiteCard`
|
Run npm ci:
frontend/src/app/page.tsx#L7
`next/image` import should occur before import of `./page.module.css`
|
Run npm ci:
frontend/src/app/page.tsx#L8
`next/link` import should occur before import of `./page.module.css`
|
Run npm ci:
frontend/src/app/page.tsx#L47
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
|
Run npm ci:
frontend/src/components/Description.tsx#L1
There should be at least one empty line between import groups
|
Run npm ci:
frontend/src/components/Description.tsx#L4
Use a `type` instead of an `interface`
|
Run npm ci:
frontend/src/components/HeaderBar.tsx#L13
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
|
Run npm ci:
frontend/src/components/ValueCard.tsx#L15
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
|
The logs for this run have expired and are no longer available.
Loading