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

eslint-config-hubspot

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-hubspot - npm Package Compare versions

Comparing version 7.2.0 to 7.3.0

6

package.json
{
"name": "eslint-config-hubspot",
"version": "7.2.0",
"version": "7.3.0",
"description": "HubSpot ESLint configurations",

@@ -29,3 +29,3 @@ "license": "MIT",

"chalk": "1.1.3",
"eslint": "3.16.1",
"eslint": "3.17.0",
"eslint-plugin-react": "6.10.0",

@@ -36,3 +36,3 @@ "glob": "7.1.1"

"babel-eslint": "7.1.x",
"eslint": "3.16.x",
"eslint": "3.17.x",
"eslint-plugin-react": "6.10.x"

@@ -39,0 +39,0 @@ },

@@ -12,2 +12,5 @@ /**

// disallow comparing against -0
'no-compare-neg-zero': 'error',
// disallow assignment in conditional expressions

@@ -14,0 +17,0 @@ 'no-cond-assign': ['error', 'always'],

@@ -284,2 +284,7 @@ /**

// enforce the location of single-line statements
'nonblock-statement-body-position': ['error', 'beside', {
'overrides': {}
}],
// enforce consistent line breaks inside braces

@@ -286,0 +291,0 @@ 'object-curly-newline': ['off', {

Sorry, the diff of this file is not supported yet

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