0.1.6 • Published 4 years ago

eslint-plugin-bes v0.1.6

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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
0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago