eslint-plugin-ed

0.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i eslint-plugin-ed

Weekly Downloads

2

Version

0.0.3

License

ISC

Unpacked Size

2.87 kB

Total Files

5

Last publish

Collaborators

  • chenm002