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

eslint-config-zavatta-react

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-zavatta-react - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

38

index.js

@@ -10,30 +10,30 @@ 'use strict';

'react/display-name': [2, { acceptTranspilerName: true }],
'react/forbid-prop-types': 1,
'react/jsx-boolean-value': 1,
'react/forbid-prop-types': 2,
'react/jsx-boolean-value': 2,
'react/jsx-closing-bracket-location': 0,
'react/jsx-curly-spacing': 1,
'react/jsx-curly-spacing': 2,
'react/jsx-indent-props': [2, 2],
'react/jsx-max-props-per-line': 1,
'react/jsx-no-duplicate-props': 1,
'react/jsx-max-props-per-line': 2,
'react/jsx-no-duplicate-props': 2,
'react/jsx-no-literals': 0,
'react/jsx-no-undef': 1,
'react/jsx-sort-prop-types': 1,
'react/jsx-no-undef': 2,
'react/jsx-sort-prop-types': 2,
'react/jsx-sort-props': 0,
'react/jsx-uses-react': 1,
'react/jsx-uses-vars': 1,
'react/jsx-uses-react': 2,
'react/jsx-uses-vars': 2,
'react/no-danger': 0,
'react/no-did-mount-set-state': 1,
'react/no-did-update-set-state': 1,
'react/no-direct-mutation-state': 1,
'react/no-multi-comp': 1,
'react/no-did-mount-set-state': 2,
'react/no-did-update-set-state': 2,
'react/no-direct-mutation-state': 2,
'react/no-multi-comp': 2,
'react/no-set-state': 0,
'react/no-unknown-property': 1,
'react/no-unknown-property': 2,
'react/prop-types': 0,
'react/react-in-jsx-scope': 1,
'react/require-extension': 1,
'react/self-closing-comp': 1,
'react/sort-comp': 1,
'react/wrap-multilines': 1
'react/react-in-jsx-scope': 2,
'react/require-extension': 2,
'react/self-closing-comp': 2,
'react/sort-comp': 2,
'react/wrap-multilines': 2
}
};
{
"name": "eslint-config-zavatta-react",
"version": "1.0.0",
"version": "1.1.0",
"description": "ESLint config for esling-plugin-react",

@@ -5,0 +5,0 @@ "main": "index.js",

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