@mobilabsolutions/eslint-config-jest

1.1.17-alpha.0 • Public • Published

Mobilab eslint-config-jest

Installation

When using an npm 5+

npx install-peerdeps --dev @mobilabsolutions/eslint-config-jest

If using npm < 5

OSX/Linux

To install this package and all its peer dependencies run:

(
  export PKG=@mobilabsolutions/eslint-config-jest;
  npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)

Windows

npm install -g install-peerdeps
install-peerdeps --dev @mobilabsolutions/eslint-config-jest

Usage

Include the @mobilabsolutions/eslint-config-jest to the "extends" array in your .eslintrc.* file.\

Overrides

You can easily override specific this settings eslint-plugin-jest.
See http://eslint.org/docs/developer-guide/shareable-configs for more information.

Example

{
  "rules": {
    "jest/no-disabled-tests": off,
    "jest/no-focused-tests": off
  }
}

Contributing

See how to contribute Contributors Guide

License

MIT License

Package Sidebar

Install

npm i @mobilabsolutions/eslint-config-jest

Weekly Downloads

9

Version

1.1.17-alpha.0

License

MIT

Unpacked Size

253 kB

Total Files

8

Last publish

Collaborators

  • johnnyghost
  • mobilab