ESLint configuration optimized for projects using Next.js, React, and Node.js.
You can install this package via npm:
npm install --save-dev @frandnb/eslint-awesome-config
# or
yarn add -D @frandnb/eslint-awesome-config
Add the following to your .eslintrc.json file:
{
"extends": "@frandnb/eslint-awesome-config"
}