1.3.3 • Published 1 year ago

@haixing_hu/eslint-config v1.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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 year ago

1.3.2

1 year ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago