Comparing version 1.10.2 to 1.10.3
@@ -254,5 +254,8 @@ /** | ||
prepareCheck(node, node.body, "for-in").check(); | ||
}, | ||
"ForOfStatement": function(node) { | ||
prepareCheck(node, node.body, "for-of").check(); | ||
} | ||
}; | ||
}; | ||
@@ -259,0 +262,0 @@ |
@@ -191,3 +191,3 @@ /** | ||
checkTokens(node, left, right, { allowedPrecedingChars: [ "(", "{" ] }); | ||
checkTokens(node, left, right, { allowedPrecedingChars: [ "(", "{", "[" ] }); | ||
}, | ||
@@ -194,0 +194,0 @@ "YieldExpression": function(node) { |
{ | ||
"name": "eslint", | ||
"version": "1.10.2", | ||
"version": "1.10.3", | ||
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>", | ||
@@ -5,0 +5,0 @@ "description": "An AST-based pattern checker for JavaScript.", |
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
887714
23024