0.0.1 • Published 2 months ago

eslint-plugin-vzvodnov v0.0.1

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

eslint-plugin-vzvodnov

plugin for project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-vzvodnov:

npm install eslint-plugin-vzvodnov --save-dev

Usage

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

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

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

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

Supported Rules

  • Fill in provided rules here
0.0.1

2 months ago