1.0.0 • Published 2 years ago

@mhuffnagle/eslint-config-jest v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@mhuffnagle/eslint-config-jest

eslint eslint config for a project using Jest

Install

npm install --save-dev @mhuffnagle/eslint-config-jest
yarn add --dev @mhuffnagle/eslint-config-jest

Configuration

Create an .eslintrc.js file which contains:

/** @type {import('eslint').Linter.Config} */
const config = { extends: '@mhuffnagle/eslint-config-jest' };

module.exports = config;
1.0.0

2 years ago