eslint-plugin-evenardo

2021.1.1 • Public • Published

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

Package Sidebar

Install

npm i eslint-plugin-evenardo

Weekly Downloads

1

Version

2021.1.1

License

ISC

Unpacked Size

7.22 kB

Total Files

7

Last publish

Collaborators

  • evenardo