From 9519a0d68aba2c78b49724ada865769aad9599c5 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Mon, 19 Dec 2022 14:37:35 +0000 Subject: [PATCH] [LOCAL] Fix eslint config for template --- template/_eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', };