From 7f4482e4388066373624bf1dd815386d3ceadd25 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Fri, 3 May 2019 07:48:30 -0700 Subject: [PATCH] Removed optional_chaining from Flow config --- .flowconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.flowconfig b/.flowconfig index 00740cac42..d613bab513 100644 --- a/.flowconfig +++ b/.flowconfig @@ -27,7 +27,6 @@ shells/dev/build/* [options] server.max_workers=4 esproposal.class_instance_fields=enable -esproposal.optional_chaining=enable suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe suppress_comment=\\(.\\|\n\\)*\\$FlowIssue suppress_comment=\\(.\\|\n\\)*\\$FlowIgnore