We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d82abe commit cc80709Copy full SHA for cc80709
1 file changed
packages/eslint-config-4catalyzer-react/rules.js
@@ -12,6 +12,9 @@ module.exports = {
12
},
13
],
14
15
+ // Too many components take functions that look like Components as props
16
+ 'react/no-unstable-nested-components': ['error', { allowAsProps: true }],
17
+
18
// We don't care which kind of function you use
19
'react/function-component-definition': 'off',
20
0 commit comments