9.0.3 • Published 12 months ago

@repodog/eslint-config-jest v9.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@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}.*'],
  })),
];
9.0.3

12 months ago

9.0.1

12 months ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago