Skip to content

Commit

Permalink
fix wrap-multilines eslint rule, closes heroku#152
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor authored Dec 17, 2016
1 parent 1f3dd6b commit 2d35e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"curly": 2,
"react/jsx-uses-react": 1,
"react/jsx-no-undef": 2,
"react/wrap-multilines": 2
"react/jsx-wrap-multilines": 2
},
"plugins": [
"react"
Expand Down

0 comments on commit 2d35e4f

Please sign in to comment.