0.0.0 • Published 11 months ago

eslint-plugin-alinovskiy-plugin v0.0.0

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

eslint-plugin-0885466-plugin

plugin for production project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-0885466-plugin:

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

Usage

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

{
    "plugins": [
        "0885466-plugin"
    ]
}

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

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

Rules

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