Skip to content

Commit

Permalink
Update JSX max depth to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
calebeby committed Dec 28, 2018
1 parent 72962d5 commit 134f06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Expand Up @@ -152,7 +152,7 @@ module.exports.configs = {
'react/destructuring-assignment': 'off',
'react/require-optimization': 'off',
'react/no-set-state': 'off',
'react/jsx-max-depth': ['error', { max: 5 }],
'react/jsx-max-depth': ['error', { max: 10 }],
'react/jsx-sort-props': 'off', // off for now, may change later if there is better autofix for options
'react/forbid-component-props': 'off', // not sure about this rule atm
'react/jsx-handler-names': 'off', // not sure about this rule atm
Expand Down

0 comments on commit 134f06e

Please sign in to comment.