From 600011be1795096d3ade9af404860c79b8a31ab2 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Mon, 5 Feb 2018 13:38:54 +0100 Subject: [PATCH] fix(test): make flow ignore node_modules --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index e8fd38b03..a4c1a07d9 100644 --- a/.flowconfig +++ b/.flowconfig @@ -1,4 +1,5 @@ [ignore] +/node_modules/.* [include]