eslint-plugin-konstantine899-plugin

0.0.17 • Public • Published

eslint-plugin-konstantine899-plugin

production plugin

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-konstantine899-plugin:

npm install eslint-plugin-konstantine899-plugin --save-dev

Usage

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

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

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

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

Rules

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

Package Sidebar

Install

npm i eslint-plugin-konstantine899-plugin

Weekly Downloads

12

Version

0.0.17

License

ISC

Unpacked Size

27.5 kB

Total Files

19

Last publish

Collaborators

  • konstantine899