🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

eslint-plugin-no-bluebird

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-no-bluebird

Detect the use of bluebird and dependencies on its promise extensions

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

eslint-plugin-no-bluebird

Detect the use of bluebird and dependencies on its promise extensions

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-no-bluebird:

npm install eslint-plugin-no-bluebird --save-dev

Usage

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

{
    "plugins": [
        "no-bluebird"
    ]
}

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

{
    "rules": {
        "no-bluebird/rule-name": 2
    }
}

Configurations

TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).

Rules

NameDescription
no-filtered-catchPrevent filtered catch function calls

Keywords

eslint

FAQs

Package last updated on 08 May 2025

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