eslint-plugin-fetch-options

0.0.5 • Public • Published

eslint-plugin-fetch-options

Prevent default fetch() behaviours

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-fetch-options:

$ npm install eslint-plugin-fetch-options --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-fetch-options globally.

Usage

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

{
    "plugins": [
        "fetch-options"
    ]
}

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

{
    "rules": {
        "fetch-options/no-fetch-credentials": 2
    }
}

Package Sidebar

Install

npm i eslint-plugin-fetch-options

Weekly Downloads

3,510

Version

0.0.5

License

MIT

Unpacked Size

5.49 kB

Total Files

6

Last publish

Collaborators

  • piatra