eslint-config-simbo
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -319,3 +319,3 @@ 'use strict'; | ||
// disallow declaration of variables already declared in the outer scope | ||
'no-shadow': 2, | ||
'no-shadow': 0, | ||
// disallow shadowing of names such as arguments | ||
@@ -474,3 +474,3 @@ 'no-shadow-restricted-names': 0, | ||
// disallow negated conditions | ||
'no-negated-condition': 2, | ||
'no-negated-condition': 0, | ||
// disallow nested ternary expressions | ||
@@ -477,0 +477,0 @@ 'no-nested-ternary': 1, |
{ | ||
"name": "eslint-config-simbo", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Simbo's ESLint config.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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