Skip to content

Commit

Permalink
feat: Disable react/jsx-wrap-multilines
Browse files Browse the repository at this point in the history
This rule does not play well with Prettier
  • Loading branch information
jhnns committed Aug 1, 2019
1 parent 6a457af commit 2eb57e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module.exports = {
"react/jsx-uses-react": "error", // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-uses-react.md
"react/jsx-uses-vars": "error", // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-uses-vars.md
"react/jsx-wrap-multilines": [
"error",
"off", // This rule does not play well with Prettier
{
arrow: "parens-new-line",
assignment: "parens-new-line",
Expand Down

0 comments on commit 2eb57e2

Please sign in to comment.