Skip to content

Commit

Permalink
fix(config): disable errors for multiline ternary expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Oct 26, 2020
1 parent afed7c0 commit 20efb00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = {
'object-property-newline': OFF,
'no-empty': [ERROR, { allowEmptyCatch: true }],
'arrow-parens': [WARNING, 'as-needed'],
'multiline-ternary': OFF,

// ES6 fixes
camelcase: OFF,
Expand Down

0 comments on commit 20efb00

Please sign in to comment.