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

@strv/eslint-config-react

Package Overview
Dependencies
Maintainers
5
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strv/eslint-config-react - npm Package Compare versions

Comparing version 4.0.0-alpha.2 to 4.0.0-alpha.3

11

CHANGELOG.md

@@ -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 @@

4

index.js

@@ -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

10

package.json
{
"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"
}
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