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