Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@alauda/eslint-plugin

Package Overview
Dependencies
Maintainers
11
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alauda/eslint-plugin

Alauda custom plugins

latest
npmnpm
Version
0.0.1
Version published
Maintainers
11
Created
Source

eslint-plugin-params-in-fetcher

Use all params to avoid missing injection param,e.g,continueToken,limit

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-params-in-fetcher:

npm install eslint-plugin-params-in-fetcher --save-dev

Usage

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

{
    "plugins": [
        "params-in-fetcher"
    ]
}

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

{
    "rules": {
        "params-in-fetcher/rule-name": 2
    }
}

Rules

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

Keywords

eslint

FAQs

Package last updated on 06 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts