@repodog/eslint-config-jest

9.0.1 • Public • Published

@repodog/eslint-config-jest

The Repodog Jest ESLint config module.

npm version License: MIT

Install package and peer dependency

# terminal
npm install @repodog/eslint-config-jest eslint --save-dev

Use package

// eslint.config.mjs
import config from '@repodog/eslint-config-jest';

export default [
  ...config.map(entry => ({
    ...entry,
    files: ['**/*.{spec,test}.*'],
  })),
];

/@repodog/eslint-config-jest/

    Package Sidebar

    Install

    npm i @repodog/eslint-config-jest

    Weekly Downloads

    108

    Version

    9.0.1

    License

    MIT

    Unpacked Size

    3.43 kB

    Total Files

    4

    Last publish

    Collaborators

    • dylanaubrey