Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-jest-files

timche46MIT0.1.3

ESLint shareable config for Jest with globals in test files

eslint, config, jest, files, globals, test, files

readme

eslint-config-jest-files

Build Status npm npm

ESLint shareable config for Jest with globals in test files

Install

npm install --save-dev eslint-config-jest-files

Usage

.eslintrc

{
  "extends": "jest-files"
}

package.json

{
  "eslintConfig": {
    "extends": "jest-files"
  }
}