eslint-plugin-bes

0.1.6 • Public • Published

eslint-plugin-bes

The set contained some custom rules for BES

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-bes:

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

Usage

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

{
    "plugins": [
        "bes"
    ]
}

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

{
    "rules": {
        "bes/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i eslint-plugin-bes

Weekly Downloads

2

Version

0.1.6

License

MIT

Unpacked Size

9.21 kB

Total Files

12

Last publish

Collaborators

  • kangkang-shang