eslint-plugin-ideal
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -21,6 +21,6 @@ /** | ||
node.declarations.reduce(function(lastVarEnd, elem){ | ||
if(elem.loc.end.line <= lastVarEnd){ | ||
if(elem.loc.start.line <= lastVarEnd){ | ||
report(elem); | ||
} | ||
lastVarEndLine = elem.loc.end.line; | ||
lastVarEndLine = elem.loc.start.line; | ||
@@ -27,0 +27,0 @@ return elem.loc.end.line; |
{ | ||
"name": "eslint-plugin-ideal", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "ESLint rules", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
6026