From 07bd590843bf84c0196086f56f46ebd0d236b1ef Mon Sep 17 00:00:00 2001 From: George Zahariev Date: Mon, 31 Oct 2022 15:31:29 -0700 Subject: [PATCH] exact_empty_objects is on by default in 0.191, delete usage in fbsource Summary: `exact_empty_objects` is on by default in 0.191, delete usage Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D40822684 fbshipit-source-id: 8e84f0542e6b66049cac34e429f0b724f85a9557 --- .flowconfig | 1 - .flowconfig.android | 1 - 2 files changed, 2 deletions(-) diff --git a/.flowconfig b/.flowconfig index 31885ce0546..9862b98d35d 100644 --- a/.flowconfig +++ b/.flowconfig @@ -32,7 +32,6 @@ flow/ emoji=true exact_by_default=true -exact_empty_objects=true format.bracket_spacing=false diff --git a/.flowconfig.android b/.flowconfig.android index fac572dc5e4..ba1090d5405 100644 --- a/.flowconfig.android +++ b/.flowconfig.android @@ -32,7 +32,6 @@ flow/ emoji=true exact_by_default=true -exact_empty_objects=true format.bracket_spacing=false