Skip to content

Commit

Permalink
fix(config): disallow extraneous parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Jun 9, 2020
1 parent 69c889d commit 50fda4e
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 @@ -39,6 +39,7 @@ module.exports = {
'object-curly-newline': OFF,
'object-property-newline': OFF,
'no-empty': [ERROR, { allowEmptyCatch: true }],
'no-extra-parens': [WARNING, 'all', { ignoreJSX: 'multi-line' }],

// ES6 fixes
'no-unused-expressions': OFF,
Expand Down

0 comments on commit 50fda4e

Please sign in to comment.