@qubit-ltd/eslint-config

1.3.4 • Public • Published

@qubit-ltd/eslint-config

A customized ESLint rules configuration for JavaScript coding style.

Installation

First install the ESLint with the following command:

yarn add --dev eslint

Next, install @qubit-ltd/eslint-config:

yarn add --dev @qubit-ltd/eslint-config

Usage

Add @qubit-ltd/eslint-config to the extends section of your .eslintrc configuration file:

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

A full example of .eslintrc configuration file is as follows:

{
    "root": true,
    "extends": [
        "@qubit-ltd/eslint-config"
    ]
}

Package Sidebar

Install

npm i @qubit-ltd/eslint-config

Weekly Downloads

2

Version

1.3.4

License

MIT

Unpacked Size

2.92 MB

Total Files

7

Last publish

Collaborators

  • haixing-hu