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