@repo/eslint-config is a minimal internal ESLint setup for Next.js-specific rules. It exposes a nextJsConfig flat config that wires up typescript-eslint with @next/eslint-plugin-next (recommended plus core-web-vitals). Biome covers general formatting and linting; this package exists for Next.js framework rules only.
graph TD
eslint["@repo/eslint-config"]import { nextJsConfig } from "@repo/eslint-config/next-js";
export default [nextJsConfig];