diff options
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index fefe4fa5b..2786b3536 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,7 @@ module.exports = { root: true, extends: [ - '@react-native-community', + '@react-native', 'plugin:react/recommended', 'plugin:react/jsx-runtime', 'plugin:react-native-a11y/ios', |