Skip to content

Commit

Permalink
Workaround: Temporarily disable react/jsx-wrap-multilines
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Aug 22, 2019
1 parent fbe6932 commit 0371100
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions eslintrc.json
Expand Up @@ -44,15 +44,6 @@
}],
"react/jsx-uses-react": "error",
"react/jsx-uses-vars": "error",
"react/jsx-wrap-multilines": ["error", {
"declaration": "parens-new-line",
"assignment": "parens-new-line",
"return": "parens-new-line",
"arrow": "parens-new-line",
"condition": "parens-new-line",
"logical": "ignore",
"prop": "ignore"
}],
"react/self-closing-comp": "error"
}
}

0 comments on commit 0371100

Please sign in to comment.