This package has been deprecated

Author message:

Packages have moved to @code-style orginization.

@dudeofawesome/eslint-config-jest

2.0.0-23 • Public • Published

@dudeofawesome/eslint-config-jest

My Jest eslint config

The easiest way to get started with this project is to use our setup script.

Usage

  1. Install this config plugin as a dev dependency.

    npm i -D @dudeofawesome/eslint-config-jest
  2. Add the plugin to your eslintrc.

    You'll also want to have another eslint config for your environment. In this example, we'll use my node one (which you'll need to install separately).

    extends:
        - '@dudeofawesome'
        - '@dudeofawesome/jest'

Package Sidebar

Install

npm i @dudeofawesome/eslint-config-jest

Weekly Downloads

28

Version

2.0.0-23

License

MIT

Unpacked Size

4.06 kB

Total Files

4

Last publish

Collaborators

  • dudeofawesome