eslint-config-hubspot
Advanced tools
Comparing version 7.2.0 to 7.3.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
168825
1280