0.1.32 • Published 3 years ago
eslint-plugin-andreibread-plugin v0.1.32
eslint-plugin-andreibread-plugin
plugin
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-andreibread-plugin:
npm install eslint-plugin-andreibread-plugin --save-devUsage
Add andreibread-plugin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"andreibread-plugin"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"andreibread-plugin/rule-name": 2
}
}Supported Rules
- Fill in provided rules here