Skip to content

Commit

Permalink
Update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsaker committed Jun 28, 2018
1 parent ebafc56 commit e6b3ceb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
1,
{ "order": ["constructor", "static-methods", "lifecycle", "everything-else", "render"] }
],
"react/jsx-one-expression-per-line": "off" // does not work well with prettier
"react/jsx-one-expression-per-line": "off", // does not work well with prettier
"react/forbid-foreign-prop-types": "off" // we will only use propTypes from React-native/Text
},
"plugins": ["react", "react-native"],
"globals": {
Expand Down

0 comments on commit e6b3ceb

Please sign in to comment.