eslint-config-hapi
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -30,3 +30,3 @@ module.exports = { | ||
'no-shadow': 0, | ||
'no-unused-vars': [1, { args: 'all', varsIgnorePattern: "^internals$" }], | ||
'no-unused-vars': [1, { vars: 'all', varsIgnorePattern: '^internals$', 'args': 'none' }], | ||
'hapi/no-shadow-relaxed': [1, { 'ignore': ['err', 'done'] }], | ||
@@ -33,0 +33,0 @@ 'hapi/hapi-capitalize-modules': [1, 'global-scope-only'], |
{ | ||
"name": "eslint-config-hapi", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Shareable ESLint config for the hapi ecosystem", | ||
@@ -5,0 +5,0 @@ "author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)", |
var internals = {}; | ||
var internals2 = {}; | ||
var bar = {}; | ||
var bar = function (foo) { | ||
}; | ||
return bar; |
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
15333
331