-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlint_error.log
More file actions
17 lines (11 loc) · 2.83 KB
/
Copy pathlint_error.log
File metadata and controls
17 lines (11 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
> portfolio-aceternity@0.1.0 lint
> eslint
C:\Users\admin\.gemini\antigravity\scratch\portfolio-aceternity\components\Grid.tsx
18:44 warning Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
C:\Users\admin\.gemini\antigravity\scratch\portfolio-aceternity\components\Hero.tsx
31:30 error `'` can be escaped with `'`, `‘`, `'`, `’` react/no-unescaped-entities
C:\Users\admin\.gemini\antigravity\scratch\portfolio-aceternity\components\RecentProjects.tsx
23:33 warning Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
35:45 warning Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element @next/next/no-img-element
Γ£û 4 problems (1 error, 3 warnings)