My Jest eslint config
The easiest way to get started with this project is to use our setup script.
-
Install this config plugin as a dev dependency.
npm i -D @dudeofawesome/eslint-config-jest
-
Add the plugin to your
eslintrc
.You'll also want to have another eslint config for your environment. In this example, we'll use my node one (which you'll need to install separately).
extends: - '@dudeofawesome' - '@dudeofawesome/jest'