eslint-config-jest-enzyme
Advanced tools
Comparing version 6.1.2 to 7.0.0
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3289
23