README
@alza54/eslint-config-jest
Shareable configuration for jest.
Installation
npm install --save-dev @alza54/eslint-config-jest
or yarn
yarn add -D @alza54/eslint-config-jest
Then, modify your eslint configuration:
{
"extends": [
"@alza54/jest"
]
}
Done! Later you can modify your configuration to include any extra rules you need.
License
MIT.