Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 493 Bytes

File metadata and controls

23 lines (16 loc) · 493 Bytes

@kael89/eslint-config-jest

ESLint configuration for projects using jest

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

Installation

  1. Install the package and its peer dependencies:
yarn add -D @kael89/eslint-config-jest eslint prettier
  1. Extend this package in your ESLint configuration:
{
  "eslintConfig": {
    "extends": "@kael89/jest"
  }
}