eslint-plugin-fsd-path-checker-by-tadior

0.0.5 • Public • Published

eslint-plugin-fsd-path-checker-by-tadior

plugin to check paths

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-fsd-path-checker-by-tadior:

npm install eslint-plugin-fsd-path-checker-by-tadior --save-dev

Usage

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

{
    "plugins": [
        "fsd-path-checker-by-tadior"
    ]
}

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

{
    "rules": {
        "fsd-path-checker-by-tadior/rule-name": 2
    }
}

Rules

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

Package Sidebar

Install

npm i eslint-plugin-fsd-path-checker-by-tadior

Weekly Downloads

1

Version

0.0.5

License

ISC

Unpacked Size

21.2 kB

Total Files

16

Last publish

Collaborators

  • tadior