Skip to content

Commit 2d57fa3

Browse files
rommguyianschmitz
andcommitted
jsx-no-duplicate-props ignore case fix (#7230)
Co-Authored-By: Ian Schmitz <ianschmitz@gmail.com>
1 parent 3495286 commit 2d57fa3

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
@@ -249,7 +249,7 @@ module.exports = {
249249
// https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
250250
'react/forbid-foreign-prop-types': ['warn', { allowInPropTypes: true }],
251251
'react/jsx-no-comment-textnodes': 'warn',
252-
'react/jsx-no-duplicate-props': ['warn', { ignoreCase: true }],
252+
'react/jsx-no-duplicate-props': 'warn',
253253
'react/jsx-no-target-blank': 'warn',
254254
'react/jsx-no-undef': 'error',
255255
'react/jsx-pascal-case': [

0 commit comments

Comments
 (0)