1.0.0 • Published 6 months ago

eslint-plugin-akhter-studios-fsd v1.0.0

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

eslint-plugin-akhter-studios-fsd

Plugin for checking import paths in fsd architecture

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-akhter-studios-fsd:

npm install eslint-plugin-akhter-studios-fsd --save-dev

Usage

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

{
    "plugins": [
        "akhter-studios-fsd"
    ]
}

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

{
    "rules": {
        "akhter-studios-fsd/rule-name": 2
    }
}

Rules

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