Dashboard page #19
lint.yml
on: pull_request
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test
2m 21s
Annotations
1 error and 10 warnings
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test
Process completed with exit code 1.
|
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3, u0reo/npm-install@fix/restore-failure. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test:
src/app/about/page.tsx#L23
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
|
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test:
src/app/about/page.tsx#L23
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
|
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test:
src/app/layout.tsx#L52
Custom fonts not added in `pages/_document.js` will only load for a single page. This is discouraged. See: https://nextjs.org/docs/messages/no-page-custom-font
|
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test:
src/components/Accordion.tsx#L25
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
|
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test:
src/components/Accordion.tsx#L27
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
|
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test:
src/components/Edito.tsx#L11
'link' is defined but never used. Allowed unused args must match /^_/u
|
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test:
src/pages/api/chart.ts#L17
Unexpected console statement
|
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test:
src/pages/api/chart.ts#L24
Unexpected console statement
|