0.0.3 • Published 2 years ago

eslint-plugin-ed v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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"
    ]
}