eslint-plugin-yauheni-baradzko-path-checker

0.0.8 • Public • Published

eslint-plugin-yauheni-baradzko-path-checker

Plugin for checking paths for production based on feature-sliced design methodology

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-yauheni-baradzko-path-checker:

npm install eslint-plugin-yauheni-baradzko-path-checker --save-dev

Usage

Add yauheni-baradzko-path-checker to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "yauheni-baradzko-path-checker"
    ]
}

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

{
    "rules": {
        "yauheni-baradzko-path-checker/rule-name": 2
    }
}

Rules

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

Package Sidebar

Install

npm i eslint-plugin-yauheni-baradzko-path-checker

Weekly Downloads

1

Version

0.0.8

License

ISC

Unpacked Size

21 kB

Total Files

13

Last publish

Collaborators

  • yauheni.baradzko