1.0.2 • Published 3 years ago

eslint-plugin-tain-eslint-one v1.0.2

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

eslint-plugin-tain-eslint-one

tain-eslint-te

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-tain-eslint-one:

npm install eslint-plugin-tain-eslint-one --save-dev

Usage

Add tain-eslint-one to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "tain-eslint-one"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "tain-eslint-one/not-throw-new-error": 2
    }
}

Supported Rules

  • Fill in provided rules here