@boxine/eslint-config-jest

Jest configuration for ESLint used by Boxine GmbH

Usage no npm install needed!

<script type="module">
  import boxineEslintConfigJest from 'https://cdn.skypack.dev/@boxine/eslint-config-jest';
</script>

README

@boxine/eslint-config-jest

Additional ESLint configuration for projects which using Jest as testing framework

It is recommended that you install @boxine/eslint-config-base.

Installation

npm install --save-dev @boxine/eslint-config-jest

Please install all necessary peer dependencies in your project as devDependencies

Usage

Add the following to the extends array in your .eslintrc.js:

'@boxine/eslint-config-jest'