0.2.2 • Published 2 months ago

eslint-plugin-feature-slice-import-manager v0.2.2

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

eslint-plugin-feature-slice-import-manager

This ESLint plugin enforces best practices and consistent import ordering specific to the feature-sliced design architecture. It ensures that imports are structured and layered according to the feature-sliced methodology, promoting clean code separation and modular architecture. Ideal for projects seeking to maintain a scalable and organized codebase.

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-feature-slice-import-manager:

npm install eslint-plugin-feature-slice-import-manager --save-dev

Usage

Add feature-slice-import-manager to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "feature-slice-import-manager"
    ]
}

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

{
    "rules": {
        "feature-slice-import-manager/rule-name": 2
    }
}

Rules

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

0.2.1

2 months ago

0.2.0

2 months ago

0.2.2

2 months ago

0.1.8

3 months ago

0.1.7

3 months ago

0.1.9

3 months ago

0.1.2

3 months ago

0.1.4

3 months ago

0.1.3

3 months ago

0.1.6

3 months ago

0.1.5

3 months ago

0.1.1

3 months ago

0.1.0

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago