eslint-plugin-fsd-path-validity-checker

0.0.10 • Public • Published

eslint-plugin-fsd-path-validity-checker

Eslint plugin for feature sliced design

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-fsd-path-validity-checker:

npm install eslint-plugin-fsd-path-validity-checker --save-dev

Usage

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

{
    "plugins": [
        "fsd-path-validity-checker"
    ]
}

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

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

Rules

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

Package Sidebar

Install

npm i eslint-plugin-fsd-path-validity-checker

Weekly Downloads

12

Version

0.0.10

License

ISC

Unpacked Size

22.9 kB

Total Files

14

Last publish

Collaborators

  • nkopylov