1.0.13 • Published 6 months ago

eslint-plugin-fsd-helper-stable v1.0.13

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

eslint-plugin-fsd-helper-stable

Helper for fronend application using fsd architecture

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-fsd-helper-stable:

npm install eslint-plugin-fsd-helper-stable --save-dev

Usage

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

{
    "plugins": [
        "fsd-helper-stable"
    ]
}

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

{
    "rules": {
        "fsd-helper-stable/rule-name": 2
    }
}

Rules

NameDescription
path-checkerCheck path rule
public-api-importfsd helper public-api-import
1.0.13

6 months ago

1.0.12

6 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago