eslint-plugin-fsd-checker-plugin

0.0.3 • Public • Published

eslint-plugin-fsd-checker-plugin

plugin for for production project

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-fsd-checker-plugin:

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

Usage

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

{
    "plugins": [
        "fsd-checker-plugin"
    ]
}

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

{
    "rules": {
        "fsd-checker-plugin/rule-name": 2
    }
}

Rules

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

Package Sidebar

Install

npm i eslint-plugin-fsd-checker-plugin

Weekly Downloads

1

Version

0.0.3

License

ISC

Unpacked Size

5.87 kB

Total Files

7

Last publish

Collaborators

  • vlasov3087