Skip to content

Commit

Permalink
chore: lint rule 변경 (index-key)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0422 committed Oct 2, 2024
1 parent da91896 commit 1b6b75e
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 @@ -24,6 +24,7 @@ module.exports = {
'import/prefer-default-export': 'off',
'@typescript-eslint/no-unused-vars': 'warn',
'global-require': 'off',
'react/no-array-index-key': 'off',
'react/no-unescaped-entities': 'off',
},
ignorePatterns: [
Expand Down

0 comments on commit 1b6b75e

Please sign in to comment.