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 5a76f1f commit 913e156Copy full SHA for 913e156
.eslintrc.js
@@ -192,7 +192,7 @@ module.exports = {
192
'react-hooks/exhaustive-deps': 'error',
193
'react-hooks/rules-of-hooks': 'error',
194
'react/button-has-type': 'error',
195
- 'react/display-name': 'off',
+ 'react/display-name': 'warn',
196
'react/forbid-dom-props': ['error', { forbid: ['style'] }],
197
'react/jsx-boolean-value': ['error', 'always'],
198
'react/jsx-curly-brace-presence': 'error',
0 commit comments