0.1.6 • Published 5 years ago
eslint-plugin-bes v0.1.6
eslint-plugin-bes
The set contained some custom rules for BES
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-bes:
$ npm install eslint-plugin-bes --save-devUsage
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