0.0.9 • Published 4 months ago

eslint-plugin-plugin-imports v0.0.9

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

eslint-plugin-plagin-imports

plugin for correct imports in the project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-plagin-imports:

npm install eslint-plugin-plagin-imports --save-dev

Usage

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

{
    "plugins": [
        "plagin-imports"
    ]
}

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

{
    "rules": {
        "plagin-imports/rule-name": 2
    }
}

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.9

4 months ago

0.0.8

4 months ago

0.0.7

4 months ago

0.0.3

4 months ago

0.0.5

4 months ago

0.0.4

4 months ago

0.0.6

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago