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
2
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 2.3.0 to 2.3.1

43

index.js

@@ -8,2 +8,9 @@ 'use strict';

rules: {
'react/boolean-prop-naming': 0,
'react/default-props-match-prop-types': 2,
'react/display-name': 0,
'react/forbid-component-props': 0,
'react/forbid-elements': 0,
'react/forbid-foreign-prop-types': 2,
'react/forbid-prop-types': 0,
'react/jsx-equals-spacing': 2,

@@ -24,4 +31,2 @@ 'react/jsx-filename-extension': 0,

}],
'react/display-name': 0,
'react/forbid-prop-types': 0,
'react/jsx-boolean-value': 2,

@@ -40,3 +45,5 @@ 'react/jsx-closing-bracket-location': 0,

'react/jsx-wrap-multilines': 2,
'react/jsx-closing-tag-location': 2,
'react/no-danger': 0,
'react/no-deprecated': 2,
'react/no-did-mount-set-state': 2,

@@ -49,35 +56,27 @@ 'react/no-did-update-set-state': 2,

'react/no-unknown-property': 2,
'react/prop-types': 0,
'react/react-in-jsx-scope': 2,
'react/self-closing-comp': 2,
'react/sort-comp': 2,
'react/jsx-wrap-multilines': 2,
'react/no-deprecated': 2,
'react/no-is-mounted': 2,
'react/no-render-return-value': 2,
'react/no-string-refs': 0,
'react/prefer-es6-class': 2,
'react/prefer-stateless-function': 0,
'react/require-optimization': 0,
'react/require-render-return': 2,
'react/sort-prop-types': 0,
'react/forbid-component-props': 0,
'react/forbid-foreign-prop-types': 2,
'react/no-children-prop': 2,
'react/no-unescaped-entities': 2,
'react/no-will-update-set-state': 2,
'react/style-prop-object': 2,
'react/forbid-elements': 0,
'react/no-danger-with-children': 2,
'react/require-default-props': 0,
'react/no-array-index-key': 2,
'react/no-unused-prop-types': 2,
'react/void-dom-elements-no-children': 2,
'react/boolean-prop-naming': 0,
'react/default-props-match-prop-types': 2,
'react/jsx-closing-tag-location': 2,
'react/no-redundant-should-component-update': 2,
'react/no-typos': 2,
'react/no-unused-state': 2,
'react/prefer-es6-class': 2,
'react/prefer-stateless-function': 0,
'react/prop-types': 0,
'react/react-in-jsx-scope': 2,
'react/require-optimization': 0,
'react/require-render-return': 2,
'react/require-default-props': 0,
'react/self-closing-comp': 2,
'react/sort-comp': 2,
'react/sort-prop-types': 0,
'react/style-prop-object': 2,
'react/void-dom-elements-no-children': 2,
}
}
{
"name": "eslint-config-zavatta-react",
"version": "2.3.0",
"version": "2.3.1",
"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