eslint-config-lx
v1.0.31
Published
lx eslint共享配置规则
Downloads
12
Readme
eslint-config-lx
lx eslint配置规则
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-config-lx
:
$ npm install eslint-config-lx --save-dev
Usage
Add lx
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"extends": [
"lx"
]
}
Supported Rules
- Fill in provided rules here