@alza54/eslint-config-jest
Version:
Shareable Jest configuration for ESLint that I use for my projects
34 lines (24 loc) • 847 B
Markdown
# @alza54/eslint-config-jest
[](http://shellcode.team)
[](https://travis-ci.com/alza54/shellcode-styleguide)
[](https://github.com/alza54/shellcode-styleguide)
Shareable configuration for [`jest`](https://github.com/facebook/jest).
## Installation
```bash
npm install --save-dev @alza54/eslint-config-jest
```
or yarn
```bash
yarn add -D @alza54/eslint-config-jest
```
Then, modify your `eslint` configuration:
```json
{
"extends": [
"@alza54/jest"
]
}
```
Done! Later you can modify your configuration to include any extra rules you need.
## License
MIT.