eslint-config-lx
v1.0.31
Published
lx eslint共享配置规则
Downloads
21
Readme
eslint-config-lx
lx eslint配置规则
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-config-lx:
$ npm install eslint-config-lx --save-devUsage
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
