Skip to content

Commit

Permalink
Dsiable react/no-multi-comp rule
Browse files Browse the repository at this point in the history
Discussed in callstack#50.
  • Loading branch information
matthargett committed May 7, 2019
1 parent 37a5739 commit 1a54741
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ module.exports = {
},
rules: {
'promise/prefer-await-to-then': WARNING,
'react/prop-types': OFF,
'react/display-name': OFF,
'react/no-multi-comp': OFF,
'react/prop-types': OFF,
'react-native/no-unused-styles': ERROR,
'react-native/split-platform-components': OFF,
'react-native/no-inline-styles': WARNING,
Expand Down

0 comments on commit 1a54741

Please sign in to comment.