eslint-plugin-raiden

1.0.0 • Public • Published

eslint-plugin-raiden

personal

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-raiden:

npm install eslint-plugin-raiden --save-dev

Usage

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

{
    "plugins": [
        "raiden"
    ]
}

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

{
    "rules": {
        "raiden/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i eslint-plugin-raiden

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

13.1 kB

Total Files

6

Last publish

Collaborators

  • yufan_zhao