We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cbe64a commit 4e2fdf1Copy full SHA for 4e2fdf1
packages/eslint-config-react-app/index.js
@@ -199,7 +199,7 @@ module.exports = {
199
'react/jsx-uses-react': 'warn',
200
'react/jsx-uses-vars': 'warn',
201
'react/no-danger-with-children': 'warn',
202
- // Disabled because of poor quality warnings
+ // 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',
0 commit comments