eslint-plugin-my-eslint-plugin
v0.0.2
Published
Should not use success and error functions for HTTP promises
Downloads
5
Maintainers
Readme
eslint-plugin-my-estlint-plugin
Should not use success and error functions for HTTP promises
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-my-estlint-plugin:
$ npm install eslint-plugin-my-estlint-plugin --save-devNote: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-1 globally.
Usage
Add my-estlint-plugin to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"my-estlint-plugin"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"my-estlint-plugin/rule-name": 2
}
}Supported Rules
- Fill in provided rules here
