Skip to content

Commit

Permalink
Fix typo (#1956)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Nov 8, 2022
1 parent ea5a29c commit f2f376a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@ function shouldAddParenthesesToLogicalExpressionChild(node, {operator, property}
node.type === 'LogicalExpression'
|| node.type === 'ConditionalExpression'
|| node.type === 'AssignmentExpression'
|| node.type === 'AssignmentExpression'
|| node.type === 'ArrowFunctionExpression'
|| node.type === 'YieldExpression'
|| node.type === 'SequenceExpression'
) {
Expand Down

0 comments on commit f2f376a

Please sign in to comment.