From c44a149b47f5483e3ca05541f2434b2a7153bc3b Mon Sep 17 00:00:00 2001 From: Jack May Date: Tue, 21 Jul 2020 10:28:03 -0700 Subject: [PATCH] Remove builtin flowconfig suppress_comments (#140) --- token-swap/js/.flowconfig | 2 -- token/js/.flowconfig | 2 -- 2 files changed, 4 deletions(-) diff --git a/token-swap/js/.flowconfig b/token-swap/js/.flowconfig index 30ab6220459331..ef8cab0a6ee580 100644 --- a/token-swap/js/.flowconfig +++ b/token-swap/js/.flowconfig @@ -22,5 +22,3 @@ module.system.node.resolve_dirname=./src module.use_strict=true experimental.const_params=true include_warnings=true -suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe -suppress_comment=\\(.\\|\n\\)*\\$FlowIssue diff --git a/token/js/.flowconfig b/token/js/.flowconfig index 3500a180eac95f..486f7e7b3c868f 100644 --- a/token/js/.flowconfig +++ b/token/js/.flowconfig @@ -18,5 +18,3 @@ module.system.node.resolve_dirname=./src module.use_strict=true experimental.const_params=true include_warnings=true -suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe -suppress_comment=\\(.\\|\n\\)*\\$FlowIssue