0.0.0 • Published 8 months ago

eslint-plugin-natasha-project v0.0.0

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

eslint-plugin-natasha-project

plugin for natasha

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-natasha-project:

npm install eslint-plugin-natasha-project --save-dev

Usage

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

{
    "plugins": [
        "natasha-project"
    ]
}

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

{
    "rules": {
        "natasha-project/rule-name": 2
    }
}

Rules

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