eslint-config-segment
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -10,3 +10,3 @@ 'use strict'; | ||
'rules': { | ||
'brace-style': [2, '1tbs'], | ||
'brace-style': [2, '1tbs', { 'allowSingleLine': true }], | ||
// We deal with snake_case in a lot of integrations, so disable this. But generally, follow this rule. | ||
@@ -13,0 +13,0 @@ 'camelcase': 0, |
{ | ||
"name": "eslint-config-segment", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Segment's base ESLint configuration.", | ||
@@ -5,0 +5,0 @@ "author": "Segment <friends@segment.com>", |
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
5014