eslint-config-jameslnewell
Advanced tools
Comparing version 1.0.0-rc.5 to 1.0.0-rc.6
@@ -49,3 +49,3 @@ module.exports = { | ||
'complexity': [1, 11], | ||
'consistent-return': 2, | ||
'consistent-return': 1, | ||
'default-case': 2, | ||
@@ -114,3 +114,3 @@ 'dot-notation': 2, | ||
'callback-return': [2, ['callback', 'cb', 'next', 'done']], | ||
'callback-return': [1, ['callback', 'cb', 'next', 'done']], | ||
'global-require': 2, | ||
@@ -117,0 +117,0 @@ 'handle-callback-err': [2, '^(err|error)$'], |
{ | ||
"name": "eslint-config-jameslnewell", | ||
"version": "1.0.0-rc.5", | ||
"version": "1.0.0-rc.6", | ||
"description": "ESLint config for how I like to format code - readable with whitespace and semicolons.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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