FoundryKit

ESLint Config

Flat-config ESLint presets exported by @foundrykit/eslint-config.

ESLint Config

@foundrykit/eslint-config ships flat-config presets for shared repository defaults, Next.js apps, and React-internal packages.

Install

pnpm add -D @foundrykit/eslint-config eslint

Export Paths

  • @foundrykit/eslint-config/base
  • @foundrykit/eslint-config/next
  • @foundrykit/eslint-config/next-js
  • @foundrykit/eslint-config/react-internal

The current package exports named configs from those modules rather than default exports. Use the matching named export in your eslint.config.js file.

On this page