eslint-plugin-plugin

0.0.12 • Public • Published

eslint-plugin-plugin

plugin for production project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-plugin:

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

Usage

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

{
    "plugins": [
        "plugin"
    ]
}

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

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

Rules

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

/eslint-plugin-plugin/

    Package Sidebar

    Install

    npm i eslint-plugin-plugin

    Weekly Downloads

    619

    Version

    0.0.12

    License

    ISC

    Unpacked Size

    16.5 kB

    Total Files

    14

    Last publish

    Collaborators

    • dmitriidoronin