From 355c49065386cbe33c026ba573c88c4e459ea328 Mon Sep 17 00:00:00 2001 From: Guillaume Claret Date: Thu, 1 Sep 2016 20:40:08 +0200 Subject: [PATCH] Remove the Flow experimental.strict_type_args option (#7631) --- .flowconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.flowconfig b/.flowconfig index 81372434d1..3448b44cb7 100644 --- a/.flowconfig +++ b/.flowconfig @@ -21,8 +21,6 @@ module.system=haste esproposal.class_static_fields=enable esproposal.class_instance_fields=enable -experimental.strict_type_args=true - munge_underscores=false suppress_type=$FlowIssue