ESLint and Prettier config package for Next.js apps, version 1.0.7 (last release, no longer actively maintained). Provides a set of ESLint and Prettier configurations extending Airbnb style, tailored for React, Next.js, and Node apps. Users must install via install-peerdeps due to many peer dependencies. The project has been deprecated in favor of eslint-config; no further updates. Key differentiator: all-in-one config for Next.js with VS Code optimized settings, but now unmaintained and lacking support for newer ESLint versions.
npm install eslint-config-nextjsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs all peer dependencies via install-peerdeps and creates a minimal .eslintrc file extending the 'nextjs' config.
Migrate to eslint-config package.
Run 'npx install-peerdeps --dev eslint-config-nextjs'.
Use { "extends": ["nextjs"] } in .eslintrc.Follow the prompt to install with Yarn instead.
Ensure .eslintrc extends 'nextjs' (not 'next') and package is installed via install-peerdeps.
Run 'npx install-peerdeps --dev eslint-config-nextjs' to install all peer deps.
Verify correct spelling 'nextjs' in .eslintrc and that package is installed.