0.1.3 • Published 1 year ago

@kael89/eslint-config-jest v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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