We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3495286 commit 2d57fa3Copy full SHA for 2d57fa3
packages/eslint-config-react-app/index.js
@@ -249,7 +249,7 @@ module.exports = {
249
// https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
250
'react/forbid-foreign-prop-types': ['warn', { allowInPropTypes: true }],
251
'react/jsx-no-comment-textnodes': 'warn',
252
- 'react/jsx-no-duplicate-props': ['warn', { ignoreCase: true }],
+ 'react/jsx-no-duplicate-props': 'warn',
253
'react/jsx-no-target-blank': 'warn',
254
'react/jsx-no-undef': 'error',
255
'react/jsx-pascal-case': [
0 commit comments