0.0.2 • Published 5 months ago

eslint-plugin-feature-sliced v0.0.2

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

eslint-plugin-feature-sliced

s

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-feature-sliced:

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

Usage

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

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

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

{
  "rules": {
    "feature-sliced/path-checker": [
      "error",
      {
        "alias": "@"
      }
    ]
  }
}

Rules

  • path-checker