@kael89/eslint-config-jest
v0.1.3
Published
ESLint configuration for projects using jest
Downloads
4
Readme
@kael89/eslint-config-jest
ESLint configuration for projects using jest
This the base ESLint configuration I use in personal projects that use jest
.
Installation
- Install the package and its peer dependencies:
yarn add -D @kael89/eslint-config-jest eslint prettier
- Extend this package in your ESLint configuration:
{
"eslintConfig": {
"extends": "@kael89/jest"
}
}