Skip to content

🚦 Chialab's linting rules for ESLint.

License

Notifications You must be signed in to change notification settings

chialab/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@chialab/eslint-config

Chialab's linting rules for ESLint.

It includes:

Usage

Install ESLint:

npm i -D eslint
yarn add -D eslint

Install @chialab/eslint-config:

npm i -D @chialab/eslint-config
yarn add -D @chialab/eslint-config

Create a .eslintrc.json file and add the configuration:

.eslintrc.json

{
    "extends": [
        "@chialab/eslint-config"
    ]
}

IDE

Install the ESLint extension for your IDE (optional):