eslint-plugin-benitez881-plugin
v0.0.7
Published
plugin for production project
Downloads
3
Maintainers
Readme
eslint-plugin-benitez881-plugin
plugin for production project
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-benitez881-plugin
:
npm install eslint-plugin-benitez881-plugin --save-dev
Usage
Add benitez881-plugin
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"benitez881-plugin"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"benitez881-plugin/rule-name": 2
}
}
Supported Rules
- Fill in provided rules here