0.0.0 • Published 2 years ago

eslint-plugin-demoforimportfetch v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

eslint-plugin-demoforimportfetch

etc

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-demoforimportfetch:

npm install eslint-plugin-demoforimportfetch --save-dev

Usage

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

{
    "plugins": [
        "demoforimportfetch"
    ]
}

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

{
    "rules": {
        "demoforimportfetch/rule-name": 2
    }
}

Rules

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