UNPKG

@alza54/eslint-config-jest

Version:

Shareable Jest configuration for ESLint that I use for my projects

34 lines (24 loc) 847 B
# @alza54/eslint-config-jest [![shellcode.team](https://img.shields.io/badge/style-shellcode.team-red.svg?label=&logo=buffer&logoColor=fff)](http://shellcode.team) [![Build Status](https://travis-ci.com/alza54/shellcode-styleguide.svg?branch=master)](https://travis-ci.com/alza54/shellcode-styleguide) [![shellcode-styleguide](https://img.shields.io/badge/style-shellcode-000000.svg)](https://github.com/alza54/shellcode-styleguide) Shareable configuration for [`jest`](https://github.com/facebook/jest). ## Installation ```bash npm install --save-dev @alza54/eslint-config-jest ``` or yarn ```bash yarn add -D @alza54/eslint-config-jest ``` Then, modify your `eslint` configuration: ```json { "extends": [ "@alza54/jest" ] } ``` Done! Later you can modify your configuration to include any extra rules you need. ## License MIT.