From c95b2d97281b32cf00490be8d8f9358acfa000c1 Mon Sep 17 00:00:00 2001 From: George Zahariev Date: Thu, 9 Nov 2023 01:02:55 -0800 Subject: [PATCH] Enable Flow casting_syntax=both in fbsource Summary: Enable Flow `casting_syntax=both` in fbsource, before the announcement so that when people see it they can check it out without rebasing. bypass-github-export-checks bypass-lint Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D51097870 fbshipit-source-id: dfcb04000df26140c971422389b6fce0b1ba51e7 --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index 3f4d763187814e..46d67e2f6b215c 100644 --- a/.flowconfig +++ b/.flowconfig @@ -33,6 +33,7 @@ packages/react-native/flow/ [options] experimental.global_find_ref=true enums=true +casting_syntax=both emoji=true