lx eslint共享配置规则
lx eslint配置规则
You'll first need to install ESLint:
```
$ npm i eslint --save-dev
Next, install eslint-config-lx:
``
$ npm install eslint-config-lx --save-dev
Add lx to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
`json``
{
"extends": [
"lx"
]
}
* Fill in provided rules here