0.0.16 • Published 6 months ago

eslint-plugin-pavlenko-plugin-eslint-checker v0.0.16

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

eslint-plugin-pavlenko-plugin-eslint-checker

path plugin

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

плагин не проверен на windows

Next, install eslint-plugin-pavlenko-plugin-eslint-checker:

npm install eslint-plugin-pavlenko-plugin-eslint-checker --save-dev

Usage

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

import pavlenko-plugin-eslint-checker from "eslint-plugin-pavlenko-plugin-eslint-checker";

export default [
    {
        plugins: {
            pavlenko-plugin-eslint-checker
        }
    }
];

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

import pavlenko-plugin-eslint-checker from "eslint-plugin-pavlenko-plugin-eslint-checker";

export default [
    {
        plugins: {
            pavlenko-plugin-eslint-checker
        },
        rules: {
            "pavlenko-plugin-eslint-checker/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.

0.0.16

6 months ago

0.0.11

6 months ago

0.0.12

6 months ago

0.0.13

6 months ago

0.0.14

6 months ago

0.0.15

6 months ago

0.0.10

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.5

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

0.0.0

9 months ago