1.3.3 • Published 1 month ago

@haixing_hu/eslint-config v1.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@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"
    ]
}
1.3.3

1 month ago

1.3.2

1 month ago

1.3.1

5 months ago

1.3.0

7 months ago

1.2.0

7 months ago

1.1.0

7 months ago

1.0.4

8 months ago

1.0.3

10 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago