1.0.2 • Published 9 months ago

eslint-plugin-kirill-plugin v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

eslint-plugin-kirill-plugin

plugin for production project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-kirill-plugin:

npm install eslint-plugin-kirill-plugin --save-dev

Usage

In your configuration file, import the plugin eslint-plugin-kirill-plugin and add kirill-plugin to the plugins key:

import kirill-plugin from "eslint-plugin-kirill-plugin";

export default [
    {
        plugins: {
            kirill-plugin
        }
    }
];

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

import kirill-plugin from "eslint-plugin-kirill-plugin";

export default [
    {
        plugins: {
            kirill-plugin
        },
        rules: {
            "kirill-plugin/rule-name": "warn"
        }
    }
];

Configurations

TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).

Rules

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

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago