2021.1.1 • Published 3 years ago

eslint-plugin-evenardo v2021.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

eslint-plugin-tout

tout a description

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-tout:

$ npm install eslint-plugin-tout --save-dev

Usage

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
2021.1.1

3 years ago

2020.8.12

4 years ago

2020.8.11

4 years ago

2020.8.9

4 years ago

2020.8.7

4 years ago

2020.8.8

4 years ago

2020.8.5

4 years ago

2020.8.3

4 years ago

2020.8.2

4 years ago