eslint-plugin-burton
v1.0.0
Published
plugin with my custom rules
Downloads
1
Maintainers
Readme
eslint-plugin-burton
plugin with my custom rules
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-burton
:
$ npm install eslint-plugin-burton --save-dev
Usage
Add burton
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"burton"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"burton/rule-name": 2
}
}
Supported Rules
- Fill in provided rules here
With the help https://github.com/eslint/generator-eslint