2.1.0 • Published 3 years ago

eslint-config-next-app v2.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

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"
}