My NextJS ESLint config
npm install @code-style/eslint-config-nextjsMy Next.JS eslint config
The easiest way to get started with this project is to use our setup script.
1. Install this config plugin as a dev dependency.
``sh`
npm i -D @code-style/eslint-config-nextjs
1. Add the plugin to your ESLint config.
`diff``
extends:
- '@code-style/eslint-config'
+ - '@code-style/eslint-config-nextjs'
You'll also likely want to have some of my other ESLint configs for your environment.