1.3.3 • Published 2 years ago
@haixing_hu/eslint-config v1.3.3
@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 eslintNext, install @haixing_hu/eslint-config:
yarn add --dev @haixing_hu/eslint-configUsage
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"
]
}