eslint-plugin-ab-fsd

0.0.4 • Public • Published

eslint-plugin-ab-fsd

Plugin for react app with Feature-Sliced Design

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-ab-fsd:

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

Usage

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

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

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

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

Configurations

TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).

Rules

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

Package Sidebar

Install

npm i eslint-plugin-ab-fsd

Weekly Downloads

2

Version

0.0.4

License

ISC

Unpacked Size

6.92 kB

Total Files

7

Last publish

Collaborators

  • abombin78