0.0.0 • Published 4 months ago

custom-eslint-plugin v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

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.

0.0.0

4 months ago

1.0.0

7 years ago