From d5e88b8ae29867fe7e409f5494e72db4c8c7df34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E5=B9=B3?= <79521943+Minori-ty@users.noreply.github.com> Date: Thu, 10 Jul 2025 10:23:36 +0000 Subject: [PATCH 1/2] feat: add eslint-config-expo --- react-native-libraries.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index b5924ad16..9454164b0 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16096,5 +16096,23 @@ "web": true, "expoGo": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/bvaughn/react-error-boundary", + "npmPkg": "react-error-boundary", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/expo/expo/tree/main/packages/eslint-config-expo", + "npmPkg": "eslint-config-expo", + "ios": true, + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true } ] From bad0e85ce425190b7e2668afd7c897993856c273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E5=B9=B3?= <79521943+Minori-ty@users.noreply.github.com> Date: Thu, 10 Jul 2025 11:47:11 +0000 Subject: [PATCH 2/2] feat: remove eslint-config-expo --- react-native-libraries.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 9454164b0..0b7916248 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16105,14 +16105,5 @@ "web": true, "expoGo": true, "newArchitecture": true - }, - { - "githubUrl": "https://github.com/expo/expo/tree/main/packages/eslint-config-expo", - "npmPkg": "eslint-config-expo", - "ios": true, - "android": true, - "web": true, - "expoGo": true, - "newArchitecture": true } ]