5.0.0 • Published 8 months ago

eslint-plugin-drplano-custom-eslint v5.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

eslint-plugin-custom-eslint

Plugin that will wrap Dr. Plano custom eslint rules

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-custom-eslint:

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

Usage

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

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

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

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