Skip to content

Commit 4e2fdf1

Browse files
committed
Changed wording
1 parent 0cbe64a commit 4e2fdf1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/eslint-config-react-app/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ module.exports = {
199199
'react/jsx-uses-react': 'warn',
200200
'react/jsx-uses-vars': 'warn',
201201
'react/no-danger-with-children': 'warn',
202-
// Disabled because of poor quality warnings
202+
// Disabled because of undesirable warnings
203203
// See https://github.com/facebook/create-react-app/issues/5204 for
204204
// blockers until its re-enabled
205205
// 'react/no-deprecated': 'warn',

0 commit comments

Comments
 (0)