eslint-plugin-dev-proger-eslint-plugin

0.0.9 • Public • Published

eslint-plugin-dev-proger-eslint-plugin

Plugin for eslint formatter

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

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

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

Usage

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

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

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

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

Rules

Name Description
path-checker-fsd Feature slised design path checher

Package Sidebar

Install

npm i eslint-plugin-dev-proger-eslint-plugin

Weekly Downloads

1

Version

0.0.9

License

ISC

Unpacked Size

24.7 kB

Total Files

18

Last publish

Collaborators

  • devproger