Skip to content

Latest commit

 

History

History

eslint-config-jest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@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"
  }
}