eslint-config-next-app
v2.1.0
Published
ESLint configuration for Next.js
Readme
eslint-config-next-app
This package includes the shareable ESLint configuration used by Create React App.
Install
npm i -D eslint-config-next-appyarn add -D eslint-config-next-appUsage
Create a file named .eslintrc with following contents in the root folder of your project:
{
"extends": "next-app"
}