@medanat/eslint-config
Advanced tools
Comparing version 5.3.2 to 5.3.3
@@ -101,3 +101,9 @@ module.exports = { | ||
'no-undef-init': 1, | ||
'no-unused-vars': [1, { vars: 'all', args: 'after-used', argsIgnorePattern: '^_', ignoreRestSiblings: true }], | ||
'no-unused-vars': [1, { | ||
args: 'after-used', | ||
argsIgnorePattern: '^_', | ||
ignoreRestSiblings: true, | ||
vars: 'all', | ||
varsIgnorePattern: '^_' | ||
}], | ||
'no-use-before-define': 1, | ||
@@ -104,0 +110,0 @@ |
{ | ||
"name": "@medanat/eslint-config", | ||
"version": "5.3.2", | ||
"version": "5.3.3", | ||
"description": "Opinionated eslint configuration", | ||
@@ -30,3 +30,3 @@ "private": false, | ||
}, | ||
"gitHead": "d6990bbad7917c296aeeaee5f4f15c1394284496" | ||
"gitHead": "3a8b8a44d62c9f084ac2eb8acd4fac8868a96634" | ||
} |
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
5217
119