eslint-plugin-fsd-official

0.0.1 • Public • Published

eslint-plugin-fsd-official

plugin for production

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-fsd-official:

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

Usage

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

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

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

{
    "rules": {
        "fsd-official/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-fsd-official

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

6.92 kB

Total Files

10

Last publish

Collaborators

  • dms69