Skip to content

Commit

Permalink
fix(core): allow pretty useful short circuits
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Jun 4, 2020
1 parent 05da361 commit 2eef349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = {

// ES6 fixes
'no-unused-expressions': OFF,
'babel/no-unused-expressions': WARNING,
'babel/no-unused-expressions': [WARNING, { allowShortCircuit: true }],

// Standard
'standard/no-callback-literal': OFF,
Expand Down

0 comments on commit 2eef349

Please sign in to comment.