1.0.0 • Published 3 years ago

@fp51/eslint-config-jest v1.0.0

Weekly downloads
14
License
MIT
Repository
github
Last release
3 years ago

@fp51/eslint-config-jest

Install

Add this dependency to your repository and the eslint peer-dependency :

npm add --save-dev @fp51/eslint-config-jest eslint

Usage

Create a .eslintrc file in your project root with this content

{
  "extends": [
    "@fp51/eslint-config-jest"
  ]
}