eslint-plugin-ed
v0.0.3
Published
bfs
Downloads
5
Readme
eslint-plugin-nuwa
活动前端通用eslint规则
Installation
You'll first need to install ESLint; and TypeScript
$ npm i eslint@^7.22.0 --save-dev
$ npm i typescript --save-dev
Next, install @bilibili-live/eslint-plugin-nuwa
:
$ npm install @bilibili-live/eslint-plugin-nuwa --save-dev
Usage
Add plugin:@bilibili-live/nuwa/recommended
to the extends section of your .eslintrc
configuration file.
{
"extends": [
"plugin:@bilibili-live/nuwa/recommended"
]
}