@strv/eslint-config-react
Advanced tools
Comparing version 4.0.0-alpha.2 to 4.0.0-alpha.3
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.0.0-alpha.3](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-react@4.0.0-alpha.2...@strv/eslint-config-react@4.0.0-alpha.3) (2021-02-03) | ||
### Features | ||
* **eslint-react:** upgrade deps 💣 ([8c1f185](https://github.com/strvcom/code-quality-tools/commit/8c1f1853c69fff52df0891806ed520d2e27134e9)) | ||
# [4.0.0-alpha.2](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-react@4.0.0-alpha.1...@strv/eslint-config-react@4.0.0-alpha.2) (2020-10-09) | ||
@@ -8,0 +19,0 @@ |
@@ -230,2 +230,6 @@ /** | ||
// Prevent react contexts from taking non-stable values | ||
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-constructed-context-values.md | ||
'react/jsx-no-constructed-context-values': 'warn', | ||
// Creating JSX elements with duplicate props can cause unexpected behavior in your application | ||
@@ -232,0 +236,0 @@ // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-duplicate-props.md |
{ | ||
"name": "@strv/eslint-config-react", | ||
"description": "STRV's ESLint config for React projects", | ||
"version": "4.0.0-alpha.2", | ||
"version": "4.0.0-alpha.3", | ||
"author": "Pavel Prichodko <prichodko.p@gmail.com>", | ||
@@ -16,5 +16,5 @@ "bugs": { | ||
"babel-eslint": "^10.1.0", | ||
"eslint-plugin-jsx-a11y": "^6.3.1", | ||
"eslint-plugin-react": "^7.21.3", | ||
"eslint-plugin-react-hooks": "^4.1.2" | ||
"eslint-plugin-jsx-a11y": "^6.4.0", | ||
"eslint-plugin-react": "^7.22.0", | ||
"eslint-plugin-react-hooks": "^4.2.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "engines": { | ||
}, | ||
"gitHead": "2ef5250c9e0b592e1461cd717bd146e86dd2aee7" | ||
"gitHead": "a82cd379d76b08b0d242d72f1b500fdcb3af89d4" | ||
} |
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
39919
502
1
+ Addedcross-spawn@7.0.6(transitive)
- Removedcross-spawn@7.0.5(transitive)
Updatedeslint-plugin-react@^7.22.0