eslint-config-brainbits-jest
v4.1.13
Published
Default eslint config for project using jest at Brainbits GmbH
Downloads
1,638
Readme
ESLint Config brainbits Jest
This package contains extra rules for javascript projects which are tested
with jest. It will be typically used along any other rule set like eslint-config-brainbits-react
.
Usage
Install the package via npm
.
$ npm install --save-dev eslint-config-brainbits-jest
After installation of the package you have to install all required peer dependencies.
$ npx install-peerdeps --dev eslint-config-brainbits-jest
Add it to your .eslintrc
{
"extends": ["brainbits-react", "brainbits-jest"]
}