From b24377c795dcd528e37a32340e1a8ccbf0b13596 Mon Sep 17 00:00:00 2001 From: Edmond Chui <1967998+EdmondChuiHW@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:11:15 +0000 Subject: [PATCH] Add global typings to Meta license path --- scripts/eslint_rules/lib/check_license_header.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/eslint_rules/lib/check_license_header.js b/scripts/eslint_rules/lib/check_license_header.js index ff028969730..c23b6d9eeac 100644 --- a/scripts/eslint_rules/lib/check_license_header.js +++ b/scripts/eslint_rules/lib/check_license_header.js @@ -70,6 +70,7 @@ const META_CODE_PATHS = [ 'entrypoints/rn_inspector', 'panels/rn_welcome', 'core/host/RNPerfMetrics.ts', + 'global_typings/react_native.d.ts', ]; const OTHER_LICENSE_HEADERS = [