0.0.2 • Published 5 years ago
eslint-plugin-archelint v0.0.2
eslint-plugin-archelint
The seconed parameter of setTimeout is forbidden to be a number.
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-archelint:
$ npm install eslint-plugin-archelint --save-devUsage
Add archelint to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"archelint"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"archelint/setTimeout-no-number": 2
}
}Supported Rules
- Fill in provided rules here