@best-ui/eslint-plugin-best-eslint-plugin

0.0.48 • Public • Published

eslint-plugin-best-eslint

best eslint规则

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-best-eslint:

$ npm install eslint-plugin-best-eslint --save-dev

Usage

Add best-eslint to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "best-eslint"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "best-eslint/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i @best-ui/eslint-plugin-best-eslint-plugin

Weekly Downloads

29

Version

0.0.48

License

ISC

Unpacked Size

57.7 kB

Total Files

23

Last publish

Collaborators

  • best-ui