eslint-plugin-tain-eslint-one

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i eslint-plugin-tain-eslint-one

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

4.66 kB

Total Files

7

Last publish

Collaborators

  • kaifa-vgn-cn