Skip to content

chore: remove eslint-disable comments - #111

Merged
pedroapfilho merged 1 commit into
mainfrom
chore/remove-eslint-disable-comments
Aug 21, 2026
Merged

chore: remove eslint-disable comments#111
pedroapfilho merged 1 commit into
mainfrom
chore/remove-eslint-disable-comments

Conversation

@pedroapfilho

Copy link
Copy Markdown
Owner

Summary

  • Remove all 5 eslint-disable comments from source files
  • apps/docs: replace <img> logos with next/image <Image unoptimized> (docs is a Next app, so nextjs/no-img-element is legitimate there; unoptimized because the optimizer rejects SVGs by default)
  • apps/demo-vite: scoped oxlint.config.ts override turning nextjs/no-img-element off for the Vite app, where next/image cannot exist
  • apps/landing: drop the react/no-array-index-key disable outright; oxlint does not enforce that rule here

Verification

  • pnpm verify 21/21 (lint 0/0 across all workspaces, typecheck, tests, build)
  • pnpm format:check clean
  • docs production build green with the next/image swap

The disables were papering over nextjs/no-img-element firing outside its scope. Docs now uses next/image (unoptimized, SVG logos); demo-vite gets a scoped oxlint override since next/image does not exist in a Vite app; the landing array-index-key disable was dead weight.
@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dashfoo-demo-vite Ready Ready Preview Aug 21, 2026 4:11pm
dashfoo-docs Ready Ready Preview Aug 21, 2026 4:11pm
dashfoo-landing Ready Ready Preview Aug 21, 2026 4:11pm

@github-actions

Copy link
Copy Markdown
Contributor

React Doctor found no new issues. 🎉

Reviewed by React Doctor for commit 3f1a1b4.

@pedroapfilho
pedroapfilho merged commit 8ae4b67 into main Aug 21, 2026
13 of 16 checks passed
@pedroapfilho
pedroapfilho deleted the chore/remove-eslint-disable-comments branch August 21, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant