Skip to content

Commit

Permalink
feat: enable component display name warnings for react. (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
thenamankumar authored and umpox committed May 11, 2022
1 parent 5a76f1f commit 913e156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -192,7 +192,7 @@ module.exports = {
'react-hooks/exhaustive-deps': 'error',
'react-hooks/rules-of-hooks': 'error',
'react/button-has-type': 'error',
'react/display-name': 'off',
'react/display-name': 'warn',
'react/forbid-dom-props': ['error', { forbid: ['style'] }],
'react/jsx-boolean-value': ['error', 'always'],
'react/jsx-curly-brace-presence': 'error',
Expand Down

0 comments on commit 913e156

Please sign in to comment.