Skip to content

Commit

Permalink
fix(config): re-allow jsx extra parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Jun 12, 2020
1 parent c4b6f43 commit ac136ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,9 @@ module.exports = {

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

'@poool/no-extra-parens': [WARNING, 'all', {
ignoreJSX: 'all',
}],
},
};

0 comments on commit ac136ae

Please sign in to comment.