1.10.0 • Published 1 year ago

eslint-plugin-feature-sliced-design v1.10.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

eslint-plugin-feature-sliced-design

Plugin for feature-sliced designed projects

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-feature-sliced-design:

npm install eslint-plugin-feature-sliced-design --save-dev

Usage

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

{
    "plugins": [
        "feature-sliced-design"
    ]
}

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

{
    "rules": {
        "feature-sliced-design/rule-name": 2
    }
}

Supported Rules

1.8.2

1 year ago

1.9.0

1 year ago

1.8.1

1 year ago

1.8.0

1 year ago

1.8.3

1 year ago

1.10.0

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago