1.0.0 • Published 2 years ago

@mels/eslint-config-jest v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

✨ Features

This package contains all my Jest rules as an extensible shared ESLint config. It extends a number of configs as a base:

Install

With npm:

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

With yarn:

yarn add @mels/eslint-config-jest --dev

How To Use

// .eslintrc.js

module.exports = {
  extends: ['@mels/base', '@mels/jest'],
  // ... rest of config
};

Credits

  • Toolkit logo by Creatype from www.flaticon.com

License

MIT

1.0.0

2 years ago

0.1.0

2 years ago