Skip to content

Commit

Permalink
feat: turn off react/react-in-jsx-scope in react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
developer239 committed Feb 3, 2023
1 parent 2d9cd57 commit 1a9d19b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-react-native/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ module.exports = {
'react-native/no-unused-styles': 'error',
'react-native/sort-styles': 0,
'react-native/split-platform-components': 'error',
'react/react-in-jsx-scope': 0,
},
}

0 comments on commit 1a9d19b

Please sign in to comment.