eslint-plugin-toynbee-fsd

0.0.5 • Public • Published

eslint-plugin-toynbee-fsd

checker for feature-sliced paths

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-toynbee-fsd:

npm install eslint-plugin-toynbee-fsd --save-dev

Usage

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

{
    "plugins": [
        "toynbee-fsd"
    ]
}

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

{
    "rules": {
        "toynbee-fsd/rule-name": 2
    }
}

Rules

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

Package Sidebar

Install

npm i eslint-plugin-toynbee-fsd

Weekly Downloads

1

Version

0.0.5

License

ISC

Unpacked Size

18.4 kB

Total Files

14

Last publish

Collaborators

  • toynbee