We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c655825 commit 1141a58Copy full SHA for 1141a58
index.js
@@ -24,8 +24,9 @@ module.exports = {
24
},
25
rules: {
26
'promise/prefer-await-to-then': WARNING,
27
- 'react/prop-types': OFF,
28
'react/display-name': OFF,
+ 'react/no-multi-comp': [WARNING, { "ignoreStateless": true }],
29
+ 'react/prop-types': OFF,
30
'react-native/no-unused-styles': ERROR,
31
'react-native/split-platform-components': OFF,
32
'react-native/no-inline-styles': WARNING,
0 commit comments