@haixing_hu/eslint-config

1.3.3 • Public • Published

@haixing_hu/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 @haixing_hu/eslint-config:

yarn add --dev @haixing_hu/eslint-config

Usage

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

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

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

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

Package Sidebar

Install

npm i @haixing_hu/eslint-config

Weekly Downloads

1

Version

1.3.3

License

MIT

Unpacked Size

2.93 MB

Total Files

7

Last publish

Collaborators

  • haixing-hu