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 4f3675c commit 15f65a0Copy full SHA for 15f65a0
packages/eslint-config-react-app/index.js
@@ -189,7 +189,7 @@ module.exports = {
189
// https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
190
'react/jsx-equals-spacing': ['warn', 'never'],
191
'react/jsx-no-duplicate-props': ['warn', { ignoreCase: true }],
192
- 'react/jsx-no-undef': 'warn',
+ 'react/jsx-no-undef': 'error',
193
'react/jsx-pascal-case': ['warn', {
194
allowAllCaps: true,
195
ignore: [],
0 commit comments