Skip to content

Commit

Permalink
chore: lint rule추가(jsx-key)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0422 committed Oct 2, 2024
1 parent 1b6b75e commit 99ee56a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-native/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
'global-require': 'off',
'react/no-array-index-key': 'off',
'react/no-unescaped-entities': 'off',
'react/jsx-key': 'error',
},
ignorePatterns: [
'index.js',
Expand Down

0 comments on commit 99ee56a

Please sign in to comment.