custom-eslint-plugin

0.0.0 • Public • Published

eslint-plugin-custom-eslint-plugin

for production project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-custom-eslint-plugin:

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

Usage

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

{
    "plugins": [
        "custom-eslint-plugin"
    ]
}

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

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

Rules

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

/custom-eslint-plugin/

    Package Sidebar

    Install

    npm i custom-eslint-plugin

    Weekly Downloads

    2

    Version

    0.0.0

    License

    ISC

    Unpacked Size

    5.5 kB

    Total Files

    9

    Last publish

    Collaborators

    • satera94