0.0.15 • Published 2 months ago

eslint-plugin-bzm-fsd-plugin v0.0.15

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

eslint-plugin-bzm-fsd-plugin

For FSD Architecture: feature sliced relative path checker

https://github.com/microlabig/eslint-plugin-bzm-fsd-plugin

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-bzm-fsd-plugin:

npm install eslint-plugin-bzm-fsd-plugin --save-dev

Usage

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

{
    "plugins": [
        "bzm-fsd-plugin"
    ]
}

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

{
    "rules": {
        "bzm-fsd-plugin/rule-name": 2
    }
}

Rules

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

0.0.15

2 months ago

0.0.12

3 months ago

0.0.13

3 months ago

0.0.14

3 months ago

0.0.10

3 months ago

0.0.11

3 months ago

0.0.9

3 months ago

0.0.8

3 months ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago

0.0.0

5 months ago