🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

eslint-config-brainbits-jest

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
e

eslint-config-brainbits-jest

Default eslint config for project using jest at Brainbits GmbH

3.0.3
Version published
Weekly downloads
180
56.52%
Maintainers
4
Weekly downloads
 
Created

ESLint Config brainbits Jest

npm version supported eslint version

This package contains extra rules for javascript projects which are tested with jest. It will be typically used along any other rule set like eslint-config-brainbits-react.

Usage

Install the package via npm.

$ npm install --save-dev eslint-config-brainbits-jest

After installation of the package you have to install all required peer dependencies.

$ npx install-peerdeps --dev eslint-config-brainbits-jest

Add it to your .eslintrc

{
    "extends": ["brainbits-react", "brainbits-jest"]
}

FAQs

Package last updated on 11 Dec 2020

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