@lvchengbin/eslint-plugin-tiring
v0.0.2
Published
An ESLint plugin for checking more.
Maintainers
Readme
eslint-plugin-tiring
An ESLint plugin for checking more.
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-tiring:
$ npm install eslint-plugin-tiring --save-devUsage
Add tiring to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"tiring"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"tiring/rule-name": 2
}
}Supported Rules
- Fill in provided rules here
