You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Raw <img> tags bypass Next.js image optimisation. Add a custom ESLint rule (or use @next/next/no-img-element) to ban them and enforce AppImage usage.
Acceptance Criteria
ESLint config includes @next/next/no-img-element as an error.
Existing violations are fixed as part of this issue.
Track
Frontend
Difficulty
Trivial
Description
Raw
<img>tags bypass Next.js image optimisation. Add a custom ESLint rule (or use@next/next/no-img-element) to ban them and enforceAppImageusage.Acceptance Criteria
@next/next/no-img-elementas an error.<img>usage.