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 2e62323 commit bb69f14Copy full SHA for bb69f14
packages/eslint-config-react-app/index.js
@@ -196,7 +196,7 @@ module.exports = {
196
'react/no-deprecated': 'warn',
197
'react/no-direct-mutation-state': 'warn',
198
'react/no-is-mounted': 'warn',
199
- 'react/react-in-jsx-scope': 'warn',
+ 'react/react-in-jsx-scope': 'error',
200
'react/require-render-return': 'warn',
201
'react/style-prop-object': 'warn',
202
0 commit comments