Socket
Socket
Sign inDemoInstall

@feedzai/eslint-config-feedzai-react

Package Overview
Dependencies
318
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 3.0.0

24

package.json
{
"name": "@feedzai/eslint-config-feedzai-react",
"version": "1.1.1",
"version": "3.0.0",
"description": "Feedzai's React ESLint extensible configuration",

@@ -34,16 +34,16 @@ "main": "index.js",

"@feedzai/eslint-config-feedzai": "^1.1.0",
"eslint": "^5.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.18.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0"
"eslint": "^5.10.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.27.2",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1"
},
"peerDependencies": {
"@feedzai/eslint-config-feedzai": "^1.1.0",
"eslint": "^5.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.18.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0"
"@feedzai/eslint-config-feedzai": "^1.0.1",
"eslint": "^5.10.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.27.2",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1"
}
}

@@ -118,3 +118,11 @@ /**

// Prevent missing parentheses around multiline JSX
"react/jsx-wrap-multilines": "error",
"react/jsx-wrap-multilines": ["error", {
"declaration": "parens-new-line",
"assignment": "parens-new-line",
"return": "parens-new-line",
"arrow": "parens-new-line",
"condition": "parens-new-line",
"logical": "parens-new-line",
"prop": "parens-new-line"
}],

@@ -121,0 +129,0 @@ // /!\ Prevent usage of the return value of React.render

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc