eslint-config-segment
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -20,3 +20,3 @@ 'use strict'; | ||
'rules': { | ||
'handle-callback-err': [1, '^(err|error)$'], | ||
'handle-callback-err': [1, '^(err|.+Err|error|.+Error)$'], | ||
'no-path-concat': 2, | ||
@@ -23,0 +23,0 @@ 'no-sync': 1 |
{ | ||
"name": "eslint-config-segment", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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
4989