Skip to content

Instantly share code, notes, and snippets.

@Davis-3450
Created December 9, 2025 05:54
Show Gist options
  • Select an option

  • Save Davis-3450/e616bdd80866374eb94b98271a6835bf to your computer and use it in GitHub Desktop.

Select an option

Save Davis-3450/e616bdd80866374eb94b98271a6835bf to your computer and use it in GitHub Desktop.

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\app(auth)\layout.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 1 │ 10 │ warning │ 'AuthLayout' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\app(marketing)_components\AboutMissionPage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 6 │ 8 │ warning │ 'Link' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\components\branding\Logo.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 12 │ 54 │ warning │ 'href' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\components\layout\AppLayout.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 10 │ 3 │ warning │ 'Sparkles' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\components\layout\AppLayoutWithSidebar.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 10 │ 5 │ warning │ 'ChevronRight' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 17 │ 5 │ warning │ 'Settings' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 19 │ 5 │ warning │ 'Sparkles' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 37 │ 3 │ warning │ 'userRole' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\auth\components\AuthLoginPage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 42 │ 21 │ error │ Unexpected any. Specify a different type. │ @typescript-eslint/ ║ ║ │ │ │ │ no-explicit-any ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\auth\components\AuthSignupPage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 48 │ 21 │ error │ Unexpected any. Specify a different type. │ @typescript-eslint/ ║ ║ │ │ │ │ no-explicit-any ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\capture-forms\components\CaptureFormNewPage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 10 │ 21 │ warning │ 'publicAnonKey' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 18 │ 11 │ warning │ 'project' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\capture-forms\components\ProjectCaptureFormEditPage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 3 │ 20 │ warning │ 'useEffect' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 8 │ 126 │ warning │ 'X' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 10 │ 21 │ warning │ 'publicAnonKey' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 20 │ 11 │ warning │ 'project' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 26 │ 22 │ warning │ 'setPromptText' is assigned a value but never │ @typescript-eslint/ ║ ║ │ │ │ used. │ no-unused-vars ║ ║ 32 │ 10 │ warning │ 'isSaving' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 37 │ 9 │ warning │ 'contactFields' is assigned a value but never │ @typescript-eslint/ ║ ║ │ │ │ used. │ no-unused-vars ║ ║ 45 │ 25 │ warning │ 'setFieldSettings' is assigned a value but never │ @typescript-eslint/ ║ ║ │ │ │ used. │ no-unused-vars ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\capture-forms\components\ProjectCaptureFormsListPage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 8 │ 21 │ warning │ 'publicAnonKey' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 22 │ 11 │ warning │ 'project' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 30 │ 6 │ warning │ React Hook useEffect has a missing dependency: │ react-hooks/ ║ ║ │ │ │ 'fetchForms'. Either include it or remove the │ exhaustive-deps ║ ║ │ │ │ dependency array. │ ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\capture-forms\components\PublicCaptureFormPage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 14 │ 11 │ warning │ 'formId' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 20 │ 10 │ warning │ 'isSubmitting' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 51 │ 9 │ warning │ 'contactFields' is assigned a value but never │ @typescript-eslint/ ║ ║ │ │ │ used. │ no-unused-vars ║ ║ 59 │ 9 │ warning │ 'handleBack' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 470 │ 29 │ warning │ Using <img> could result in slower LCP and │ @next/next/no-img- ║ ║ │ │ │ higher bandwidth. Consider using <Image /> from │ element ║ ║ │ │ │ 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 │ ║ ║ 563 │ 23 │ error │ Do not use an <a> element to navigate to /. │ @next/next/no-html- ║ ║ │ │ │ Use <Link /> from next/link instead. See: │ link-for-pages ║ ║ │ │ │ https://nextjs.org/docs/messages/no-html-link-for- │ ║ ║ │ │ │ pages │ ║ ║ 582 │ 15 │ error │ Do not use an <a> element to navigate to /. │ @next/next/no-html- ║ ║ │ │ │ Use <Link /> from next/link instead. See: │ link-for-pages ║ ║ │ │ │ https://nextjs.org/docs/messages/no-html-link-for- │ ║ ║ │ │ │ pages │ ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\embeds\components\EmbedPage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 194 │ 11 │ warning │ Using <img> could result in slower LCP and │ @next/next/no-img- ║ ║ │ │ │ higher bandwidth. Consider using <Image /> from │ element ║ ║ │ │ │ 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 │ ║ ║ 284 │ 17 │ error │ " can be escaped with &quot;, &ldquo;, │ react/no-unescaped- ║ ║ │ │ │ &#34;, &rdquo;. │ entities ║ ║ 284 │ 35 │ error │ " can be escaped with &quot;, &ldquo;, │ react/no-unescaped- ║ ║ │ │ │ &#34;, &rdquo;. │ entities ║ ║ 448 │ 19 │ error │ " can be escaped with &quot;, &ldquo;, │ react/no-unescaped- ║ ║ │ │ │ &#34;, &rdquo;. │ entities ║ ║ 448 │ 41 │ error │ " can be escaped with &quot;, &ldquo;, │ react/no-unescaped- ║ ║ │ │ │ &#34;, &rdquo;. │ entities ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\embeds\components\ProjectEmbedsListPage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 6 │ 10 │ warning │ 'Input' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 7 │ 10 │ warning │ 'Share2' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 21 │ 11 │ warning │ 'project' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 56 │ 9 │ warning │ 'buildLocalEmbedUrl' is assigned a value but never │ @typescript-eslint/ ║ ║ │ │ │ used. │ no-unused-vars ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\projects\components\ProjectAPIPage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 6 │ 34 │ warning │ 'ExternalLink' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 6 │ 48 │ warning │ 'Book' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 6 │ 54 │ warning │ 'Zap' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 6 │ 59 │ warning │ 'Shield' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 12 │ 9 │ warning │ 'router' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 13 │ 11 │ warning │ 'project' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\projects\components\ProjectCreatePage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 11 │ 21 │ warning │ 'publicAnonKey' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 63 │ 21 │ error │ Unexpected any. Specify a different type. │ @typescript-eslint/ ║ ║ │ │ │ │ no-explicit-any ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\projects\components\ProjectEditorsManagementPage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 32 │ 24 │ warning │ 'isAdmin' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 44 │ 6 │ warning │ React Hook useEffect has a missing dependency: │ react-hooks/ ║ ║ │ │ │ 'fetchEditors'. Either include it or remove the │ exhaustive-deps ║ ║ │ │ │ dependency array. │ ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\projects\components\ProjectList.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 8 │ 16 │ warning │ 'FolderOpen' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 11 │ 21 │ warning │ 'publicAnonKey' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 28 │ 16 │ error │ Unexpected any. Specify a different type. │ @typescript-eslint/ ║ ║ │ │ │ │ no-explicit-any ║ ║ 33 │ 42 │ warning │ 'permissions' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 91 │ 10 │ warning │ 'loading' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 92 │ 10 │ warning │ 'error' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 136 │ 21 │ error │ Unexpected any. Specify a different type. │ @typescript-eslint/ ║ ║ │ │ │ │ no-explicit-any ║ ║ 161 │ 9 │ warning │ 'hasProjects' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 208 │ 21 │ error │ Unexpected any. Specify a different type. │ @typescript-eslint/ ║ ║ │ │ │ │ no-explicit-any ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\projects\hooks\useProject.ts

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 28 │ 6 │ warning │ React Hook useEffect has a missing dependency: │ react-hooks/ ║ ║ │ │ │ 'loadProject'. Either include it or remove the │ exhaustive-deps ║ ║ │ │ │ dependency array. │ ║ ║ 59 │ 21 │ error │ Unexpected any. Specify a different type. │ @typescript-eslint/ ║ ║ │ │ │ │ no-explicit-any ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\testimonials\components\ProjectImportFromImagePage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 17 │ 11 │ warning │ 'project' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 21 │ 10 │ warning │ 'imageFileName' is assigned a value but never │ @typescript-eslint/ ║ ║ │ │ │ used. │ no-unused-vars ║ ║ 228 │ 23 │ warning │ Image elements must have an alt prop, either with │ jsx-a11y/alt-text ║ ║ │ │ │ meaningful text, or an empty string for decorative │ ║ ║ │ │ │ images. │ ║ ║ 242 │ 19 │ warning │ Using <img> could result in slower LCP and │ @next/next/no-img- ║ ║ │ │ │ higher bandwidth. Consider using <Image /> from │ element ║ ║ │ │ │ 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 │ ║ ║ 376 │ 23 │ warning │ Using <img> could result in slower LCP and │ @next/next/no-img- ║ ║ │ │ │ higher bandwidth. Consider using <Image /> from │ element ║ ║ │ │ │ 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 │ ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\testimonials\components\ProjectImportFromTextPage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 17 │ 11 │ warning │ 'project' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 197 │ 82 │ error │ " can be escaped with &quot;, &ldquo;, │ react/no-unescaped- ║ ║ │ │ │ &#34;, &rdquo;. │ entities ║ ║ 197 │ 88 │ error │ " can be escaped with &quot;, &ldquo;, │ react/no-unescaped- ║ ║ │ │ │ &#34;, &rdquo;. │ entities ║ ║ 197 │ 92 │ error │ " can be escaped with &quot;, &ldquo;, │ react/no-unescaped- ║ ║ │ │ │ &#34;, &rdquo;. │ entities ║ ║ 197 │ 100 │ error │ " can be escaped with &quot;, &ldquo;, │ react/no-unescaped- ║ ║ │ │ │ &#34;, &rdquo;. │ entities ║ ║ 315 │ 25 │ warning │ Using <img> could result in slower LCP and │ @next/next/no-img- ║ ║ │ │ │ higher bandwidth. Consider using <Image /> from │ element ║ ║ │ │ │ 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 │ ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\testimonials\components\ProjectImportFromVideoPage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 9 │ 45 │ warning │ 'LinkIcon' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 40 │ 11 │ warning │ 'project' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 260 │ 27 │ warning │ Using <img> could result in slower LCP and │ @next/next/no-img- ║ ║ │ │ │ higher bandwidth. Consider using <Image /> from │ element ║ ║ │ │ │ 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 │ ║ ║ 478 │ 25 │ warning │ Using <img> could result in slower LCP and │ @next/next/no-img- ║ ║ │ │ │ higher bandwidth. Consider using <Image /> from │ element ║ ║ │ │ │ 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 │ ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\testimonials\components\ProjectImportSourcePage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 11 │ 11 │ warning │ 'project' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 47 │ 19 │ warning │ Image elements must have an alt prop, either with │ jsx-a11y/alt-text ║ ║ │ │ │ meaningful text, or an empty string for decorative │ ║ ║ │ │ │ images. │ ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\testimonials\components\ProjectTestimonialsPage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 4 │ 3 │ warning │ 'MessageSquareQuote' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 8 │ 3 │ warning │ 'Video' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 10 │ 3 │ warning │ 'FileTextIcon' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 12 │ 3 │ warning │ 'Clock' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 13 │ 3 │ warning │ 'XCircle' is defined but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 62 │ 6 │ warning │ React Hook useEffect has a missing dependency: │ react-hooks/ ║ ║ │ │ │ 'fetchTestimonials'. Either include it or remove │ exhaustive-deps ║ ║ │ │ │ the dependency array. │ ║ ║ 210 │ 9 │ warning │ 'getTypeLabel' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 221 │ 9 │ warning │ 'getStatusBadge' is assigned a value but never │ @typescript-eslint/ ║ ║ │ │ │ used. │ no-unused-vars ║ ║ 391 │ 69 │ error │ " can be escaped with &quot;, &ldquo;, │ react/no-unescaped- ║ ║ │ │ │ &#34;, &rdquo;. │ entities ║ ║ 391 │ 153 │ error │ " can be escaped with &quot;, &ldquo;, │ react/no-unescaped- ║ ║ │ │ │ &#34;, &rdquo;. │ entities ║ ║ 526 │ 134 │ error │ " can be escaped with &quot;, &ldquo;, │ react/no-unescaped- ║ ║ │ │ │ &#34;, &rdquo;. │ entities ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\features\testimonials\components\TestimonialEditPage.tsx

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 39 │ 11 │ warning │ 'project' is assigned a value but never used. │ @typescript-eslint/ ║ ║ │ │ │ │ no-unused-vars ║ ║ 66 │ 6 │ warning │ React Hook useEffect has a missing dependency: │ react-hooks/ ║ ║ │ │ │ 'fetchTestimonial'. Either include it or remove │ exhaustive-deps ║ ║ │ │ │ the dependency array. │ ║ ║ 391 │ 33 │ warning │ Using <img> could result in slower LCP and │ @next/next/no-img- ║ ║ │ │ │ higher bandwidth. Consider using <Image /> from │ element ║ ║ │ │ │ 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 │ ║ ║ 491 │ 29 │ warning │ Using <img> could result in slower LCP and │ @next/next/no-img- ║ ║ │ │ │ higher bandwidth. Consider using <Image /> from │ element ║ ║ │ │ │ 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 │ ║ ║ 514 │ 33 │ warning │ Image elements must have an alt prop, either with │ jsx-a11y/alt-text ║ ║ │ │ │ meaningful text, or an empty string for decorative │ ║ ║ │ │ │ images. │ ║ ║ 563 │ 86 │ error │ " can be escaped with &quot;, &ldquo;, │ react/no-unescaped- ║ ║ │ │ │ &#34;, &rdquo;. │ entities ║ ║ 563 │ 92 │ error │ " can be escaped with &quot;, &ldquo;, │ react/no-unescaped- ║ ║ │ │ │ &#34;, &rdquo;. │ entities ║ ║ 563 │ 96 │ error │ " can be escaped with &quot;, &ldquo;, │ react/no-unescaped- ║ ║ │ │ │ &#34;, &rdquo;. │ entities ║ ║ 563 │ 104 │ error │ " can be escaped with &quot;, &ldquo;, │ react/no-unescaped- ║ ║ │ │ │ &#34;, &rdquo;. │ entities ║ ║ 680 │ 29 │ warning │ Using <img> could result in slower LCP and │ @next/next/no-img- ║ ║ │ │ │ higher bandwidth. Consider using <Image /> from │ element ║ ║ │ │ │ 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 │ ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\hooks\useProject.ts

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 28 │ 6 │ warning │ React Hook useEffect has a missing dependency: │ react-hooks/ ║ ║ │ │ │ 'loadProject'. Either include it or remove the │ exhaustive-deps ║ ║ │ │ │ dependency array. │ ║ ║ 59 │ 21 │ error │ Unexpected any. Specify a different type. │ @typescript-eslint/ ║ ║ │ │ │ │ no-explicit-any ║

C:\Users\davi3\GitHubprojects\S11-25-Equipo-64-WebApp\src\lib\cloudinary\upload.ts

║ Line │ Column │ Type │ Message │ Rule ID ║ ╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢ ║ 119 │ 7 │ error │ 'transformations' is never reassigned. Use 'const' │ prefer-const ║ ║ │ │ │ instead. │ ║

╔════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗ ║ 26 Errors ║ ╟────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢ ║ 75 Warnings ║ ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment