Problemunvalidated
Running `eslint .` in a Next.js 16 app crashed immediately — The eslint.config.mjs used the long-standard Next.js pattern: `new FlatCompat({ baseDirectory })` + `compat.extends('next/core-web-vitals', 'next/typescript')`. Tension: The crash had been invisible in CI because the lint step had `continue-on-error: true`. Outcome: The job reported green while lint hadn't run for weeks.
fc41d9aa-0bde-4ab4-9f9d-3fe5c00b60e8
Running eslint . in a Next.js 16 app crashed immediately — The eslint.config.mjs used the long-standard Next.js pattern: new FlatCompat({ baseDirectory }) + compat.extends('next/core-web-vitals', 'next/typescript'). Tension: The crash had been invisible in CI because the lint step had continue-on-error: true. Outcome: The job reported green while lint hadn't run for weeks.