Socket
Book a DemoInstallSign in
Socket

@form8ion/eslint-config-jest

Package Overview
Dependencies
Maintainers
2
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@form8ion/eslint-config-jest

shareable config for ESLint for Jest test files

latest
Source
npmnpm
Version
1.0.125
Version published
Maintainers
2
Created
Source

eslint-config-jest

shareable configuration for ESLint for Jest test files

Node CI Workflow Status

Table of Contents

Usage

MIT license npm

Installation

$ npm install @form8ion/eslint-config-jest --save-dev

Example

module.exports = {
  "extends": [
    "@form8ion",
    "@form8ion/jest"
  ]
};

Contributing

PRs Welcome Conventional Commits Commitizen friendly semantic-release Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test

FAQs

Package last updated on 19 Jun 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