@bedrockstreaming/eslint-config-jest
v4.1.1
Published
Bedrock configuration of jest lint rules based on subset of eslint-plugin-jest
Downloads
54
Readme
@bedrockstreaming/eslint-config-jest
Based on eslint-plugin-jest list of rule with some adaptations base on codestyle at Bedrockstreaming. This plugin also includes default rules from eslint-plugin-testing-library. Only a subset of rules are selected. Check configuration file to understand which rule is disabled and why.
Install
With NPM
npm install --save-dev @bedrockstreaming/eslint-config-jest
With Yarn
yarn add -D @bedrockstreaming/eslint-config-jest
Usage
Extends the configuration in the .eslintrc
file at the root of your project.
{
"extends": "@bedrockstreaming/eslint-config-jest"
}