diff --git a/template/_eslintrc.js b/template/_eslintrc.js index 187894b6af25ee..40c6dcd05f3100 100644 --- a/template/_eslintrc.js +++ b/template/_eslintrc.js @@ -1,4 +1,4 @@ module.exports = { root: true, - extends: '@react-native', + extends: '@react-native-community', };