@chialab/eslint-config

4.1.1 • Public • Published

@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):

Readme

Keywords

none

Package Sidebar

Install

npm i @chialab/eslint-config

Weekly Downloads

299

Version

4.1.1

License

MIT

Unpacked Size

9.02 kB

Total Files

4

Last publish

Collaborators

  • chialab-admin
  • chialab-developers