Skip to content

Commit

Permalink
Add logical assignment plugin (babel/babel-eslint#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
borela committed Aug 23, 2018
1 parent 57c825e commit 2a1c76e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint/babel-eslint-parser/lib/parse.js
Expand Up @@ -47,6 +47,7 @@ module.exports = function(code, options) {
"throwExpressions",
["pipelineOperator", { proposal: "minimal" }],
"nullishCoalescingOperator",
"logicalAssignment",
],
};

Expand Down

0 comments on commit 2a1c76e

Please sign in to comment.