Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Dec 22, 2022
1 parent fc729c8 commit 2940a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language-js/needs-parens.js
Expand Up @@ -81,7 +81,7 @@ function needsParens(path, options) {
if (name === "object" && node.name === "let") {
const expression = path.findAncestor(
(node) => node.type === "ForOfStatement"
)?.left
)?.left;
if (
expression &&
startsWithNoLookaheadToken(
Expand Down

0 comments on commit 2940a95

Please sign in to comment.