Skip to content

Commit

Permalink
fix(react): do not ignore case of props
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmax committed Aug 29, 2023
1 parent 968d000 commit 4a071da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-react/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const eslintConfig = {
ignoreDOMComponents: true,
},
],
'react/jsx-no-duplicate-props': ['error', { ignoreCase: true }],
'react/jsx-no-duplicate-props': ['error'],
'react/jsx-no-literals': ['off', { noStrings: true }],
'react/jsx-no-undef': 'error',
'react/jsx-pascal-case': [
Expand Down

0 comments on commit 4a071da

Please sign in to comment.