Home / packages / eslint-config-eslint
Name Modified Size InfoDownloads / Week
Parent folder
index.js 2020-01-04 158 Bytes
package.json 2020-01-04 801 Bytes
README.md 2020-01-04 1.2 kB
default.yml 2020-01-04 7.1 kB
LICENSE 2020-01-04 1.1 kB
Totals: 5 Items   10.4 kB 1

NPM version Join the chat at https://gitter.im/eslint/eslint

ESLint Configuration

Website | Configuring | Rules | Contributing | Twitter | Mailing List

Contains the ESLint configuration used for projects maintained by the ESLint team.

Installation

You can install ESLint using npm:

npm install eslint --save-dev

Then install this configuration:

npm install eslint-config-eslint --save-dev

Usage

In your .eslintrc file, add:

{
    "extends": "eslint"
}

Where to ask for help?

Join our Mailing List or Chatroom

Source: README.md, updated 2020-01-04