eslint-plugin-dev-proger-plugin

0.0.15 • Public • Published

eslint-plugin-dev-proger-plugin

Plugin for production project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-dev-proger-plugin:

npm install eslint-plugin-dev-proger-plugin --save-dev

Usage

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

{
    "plugins": [
        "dev-proger-plugin"
    ]
}

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

{
    "rules": {
        "dev-proger-plugin/rule-name": 2
    }
}

Rules

Name Description
path-checker feature sliced relative path checker

/eslint-plugin-dev-proger-plugin/

    Package Sidebar

    Install

    npm i eslint-plugin-dev-proger-plugin

    Weekly Downloads

    0

    Version

    0.0.15

    License

    ISC

    Unpacked Size

    23.5 kB

    Total Files

    18

    Last publish

    Collaborators

    • devproger