Skip to content

Commit

Permalink
Disabled react/display-name rule for now
Browse files Browse the repository at this point in the history
  • Loading branch information
igorprado committed May 3, 2017
1 parent 21de0b8 commit 3d6e955
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 @@ -17,7 +17,7 @@
}
},
"rules": {
"react/display-name": 2,
"react/display-name": 0,
"react/jsx-curly-spacing": [2, "always"],
"react/jsx-no-duplicate-props": 2,
"react/jsx-no-undef": 2,
Expand Down

0 comments on commit 3d6e955

Please sign in to comment.