eslint-config-react-app
Advanced tools
Comparing version 5.2.0 to 5.2.1
{ | ||
"name": "eslint-config-react-app", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "ESLint configuration used by Create React App", | ||
@@ -22,7 +22,7 @@ "repository": { | ||
"eslint": "6.x", | ||
"eslint-plugin-flowtype": "3.x", | ||
"eslint-plugin-flowtype": "3.x || 4.x", | ||
"eslint-plugin-import": "2.x", | ||
"eslint-plugin-jsx-a11y": "6.x", | ||
"eslint-plugin-react": "7.x", | ||
"eslint-plugin-react-hooks": "1.x" | ||
"eslint-plugin-react-hooks": "1.x || 2.x" | ||
}, | ||
@@ -32,3 +32,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "d7c68420f7ca1c03b50a2c6b9ecd9c7bf94a10f6" | ||
"gitHead": "d2f813f8897ffcd2f0b0d2da75d0c44924c92f4d" | ||
} |
@@ -22,3 +22,3 @@ # eslint-config-react-app | ||
```sh | ||
npm install --save-dev eslint-config-react-app @typescript-eslint/eslint-plugin@2.x @typescript-eslint/parser@2.x babel-eslint@10.x eslint@6.x eslint-plugin-flowtype@3.x eslint-plugin-import@2.x eslint-plugin-jsx-a11y@6.x eslint-plugin-react@7.x eslint-plugin-react-hooks@1.x | ||
npm install --save-dev eslint-config-react-app @typescript-eslint/eslint-plugin@2.x @typescript-eslint/parser@2.x babel-eslint@10.x eslint@6.x eslint-plugin-flowtype@4.x eslint-plugin-import@2.x eslint-plugin-jsx-a11y@6.x eslint-plugin-react@7.x eslint-plugin-react-hooks@2.x | ||
``` | ||
@@ -25,0 +25,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
16437