0.1.3 • Published 4 years ago

@dpyzo0o/eslint-config-next v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

eslint-config-next

This package includes the shareable ESLint configuration for a js/ts Next.js app.

Installation

Note that you have to install all peer dependencies.

npm install --save-dev @dpyzo0o/eslint-config-next eslint babel-eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-plugin-import eslint-plugin-react eslint-plugin-react-hooks eslint-config-prettier

Usage

Create a file named .eslintrc.json with following contents in the root folder of your project:

{
  "extends": "@dpyzo0o/eslint-config-next"
}

That's it! You can override the settings from @dpyzo0o/eslint-config-next by editing the .eslintrc.json file. Learn more about configuring ESLint on the ESLint website.

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago