Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fintechstudios/eslint-plugin-chai-as-promised

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fintechstudios/eslint-plugin-chai-as-promised

Prevent common problems when using chai-as-promised

  • 3.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@fintechstudios/eslint-plugin-chai-as-promised

Prevent common problems when using chai-as-promised

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install @fintechstudios/eslint-plugin-chai-as-promised:

$ npm install @fintechstudios/eslint-plugin-chai-as-promised --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install @fintechstudios/eslint-plugin-chai-as-promised globally.

Usage

Add @fintechstudios/chai-as-promised to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": [
    "@fintechstudios/eslint-plugin-chai-as-promised"
  ]
}

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

{
  "rules": {
    "@fintechstudios/chai-as-promised/no-unhandled-promises": 2,
    "@fintechstudios/chai-as-promised/no-await-in-condition": 2
  }
}

Or, to just use the configuration above as is, you can simply add the following instead:

{
  "extends": ["plugin:@fintechstudios/chai-as-promised/recommended"]
}

Supported Rules

Keywords

FAQs

Package last updated on 19 Apr 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc