We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6261576 commit e0fe2d3Copy full SHA for e0fe2d3
packages/eslint-config-react-app/index.js
@@ -199,7 +199,10 @@ module.exports = {
199
'react/jsx-uses-react': 'warn',
200
'react/jsx-uses-vars': 'warn',
201
'react/no-danger-with-children': 'warn',
202
- 'react/no-deprecated': 'warn',
+ // Disabled because of undesirable warnings
203
+ // See https://github.com/facebook/create-react-app/issues/5204 for
204
+ // blockers until its re-enabled
205
+ // 'react/no-deprecated': 'warn',
206
'react/no-direct-mutation-state': 'warn',
207
'react/no-is-mounted': 'warn',
208
'react/react-in-jsx-scope': 'error',
0 commit comments