eslint-plugin-baryshewww

0.0.13 • Public • Published

eslint-plugin-baryshewww

This plugin is needed to professionally configure your project according to complex advanced rules

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-baryshewww:

npm install eslint-plugin-baryshewww --save-dev

Usage

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

{
    "plugins": [
        "baryshewww"
    ]
}

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

{
    "rules": {
        "baryshewww/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.

/eslint-plugin-baryshewww/

    Package Sidebar

    Install

    npm i eslint-plugin-baryshewww

    Weekly Downloads

    0

    Version

    0.0.13

    License

    ISC

    Unpacked Size

    25.1 kB

    Total Files

    18

    Last publish

    Collaborators

    • ilja_baryshew