@alza54/eslint-config-jest

Shareable Jest configuration for ESLint that I use for my projects

Usage no npm install needed!

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

README

@alza54/eslint-config-jest

shellcode.team Build Status shellcode-styleguide

Shareable configuration for jest.

Installation

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

or yarn

yarn add -D @alza54/eslint-config-jest

Then, modify your eslint configuration:

{
  "extends": [
    "@alza54/jest"
  ]
}

Done! Later you can modify your configuration to include any extra rules you need.

License

MIT.