From 5de0ddae302ae1768d5ba40d09afc4ffce9ab5c1 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 9 Oct 2023 10:19:37 -0700 Subject: [PATCH] chore: Upgrade ESLint for `eslint-config-react-native` (#39654) Summary: When upgrading ESLint to latest, the RN plugin fails to run because of a deprecated API: ``` Error: Parsing error: DeprecationError: 'originalKeywordKind' has been deprecated since v5.0.0 and can no longer be used. Use 'identifierToKeywordKind(identifier)' instead. ``` ## Changelog: - [GENERAL] [FIXED] Updated ESLint version to fix `originalKeywordKind` deprecation error