Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-jest-enzyme

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-jest-enzyme - npm Package Compare versions

Comparing version 6.1.2 to 7.0.0

4

package.json
{
"name": "eslint-config-jest-enzyme",
"version": "6.1.2",
"version": "7.0.0",
"description": "Eslint Config for allowing jest-environment-enzyme globals",

@@ -24,3 +24,3 @@ "main": "index.js",

},
"gitHead": "6d1c67cc68196c088f097b4b7829ee9eb9439cff"
"gitHead": "bf8db2a51ea71974d741089704fb4f2f49d8afa3"
}

@@ -6,16 +6,6 @@ # eslint-config-jest-enzyme

### Installation
### Overview
We suggest using [yarn](https://github.com/yarnpkg/yarn) for installations.
This library is only useful if you are using [`jest-environment-enzyme`](/packages/jest-environment-enzyme). When you are using that library, React and enzyme specific variables are globalized. This lint config lets eslint know about those globals and not warn about them.
```
yarn add eslint-config-jest-enzyme --dev
```
But npm works too!
```
$ npm install eslint-config-jest-enzyme --save-dev
```
### Setup

@@ -22,0 +12,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc