Socket
Book a DemoInstallSign in
Socket

@kael89/eslint-config-jest

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kael89/eslint-config-jest

ESLint configuration for projects using jest

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

@kael89/eslint-config-jest

ESLint configuration for projects using jest

This the base ESLint configuration I use in personal projects that use jest.

Installation

  • Install the package and its peer dependencies:
yarn add -D @kael89/eslint-config-jest eslint prettier
{
  "eslintConfig": {
    "extends": "@kael89/jest"
  }
}

Keywords

javascript

FAQs

Package last updated on 23 Nov 2022

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