Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit e3f53e6

Browse files
committed
feat(react): add new eslint-plugin-react rules
1 parent e255ec8 commit e3f53e6

File tree

1 file changed

+1
-0
lines changed
  • packages/eslint-config-react

1 file changed

+1
-0
lines changed

packages/eslint-config-react/base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ module.exports = {
5555
'error',
5656
{ignoreRefs: true, allowArrowFunctions: true, allowBind: false},
5757
],
58+
'react/jsx-max-depth': 'off',
5859
'react/jsx-no-comment-textnodes': 'error',
5960
'react/jsx-no-duplicate-props': ['error', {ignoreCase: true}],
6061
'react/jsx-no-literals': 'off',

0 commit comments

Comments
 (0)