eslint-plugin-roleslint

1.0.2 • Public • Published

eslint-plugin-roleslint

description

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-roleslint:

npm install eslint-plugin-roleslint --save-dev

Usage

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

{
    "plugins": [
        "roleslint"
    ]
}

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

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

Configurations

TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).

Rules

TODO: Run eslint-doc-generator to generate the rules list.

Package Sidebar

Install

npm i eslint-plugin-roleslint

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

4.77 kB

Total Files

7

Last publish

Collaborators

  • luck_1015