From 488f1de8138c1119af45eb5125f1fbaedf51a6e7 Mon Sep 17 00:00:00 2001 From: Eric Rozell Date: Fri, 12 Jan 2024 11:02:54 -0500 Subject: [PATCH] Remove irrelevant override that eliminated strict-local It seems this change was needed when Text.windows.js was imported at one point or another, but yarn lint is clean now when reverting the @flow settings to strict-local. Ran yarn lint to test. Resolves #7149 --- vnext/src/Libraries/Text/Text.windows.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vnext/src/Libraries/Text/Text.windows.js b/vnext/src/Libraries/Text/Text.windows.js index e83adbd6f71..5216a6d6dab 100644 --- a/vnext/src/Libraries/Text/Text.windows.js +++ b/vnext/src/Libraries/Text/Text.windows.js @@ -4,8 +4,7 @@ * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * - * #7149 should be strict local - * @flow + * @flow stict-local * @format */