From 72d23f190b445e853496974790040d5e0b917ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=BCchele?= Date: Thu, 8 Aug 2019 08:56:51 -0700 Subject: [PATCH] flowconfig ignore node_modules Summary: was removed by accident Reviewed By: bnelo12 Differential Revision: D16710857 fbshipit-source-id: a02547d9c89e27e3cad39cdf19a09be329502fe9 --- .flowconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flowconfig b/.flowconfig index 9b27d10bd..7f23fa53e 100644 --- a/.flowconfig +++ b/.flowconfig @@ -8,7 +8,7 @@ .*/website/.* /src/plugins/sections/d3/d3.js$ .*\.tsx -.*flow-typed/.* +.*/node_modules/.* [libs] flow-typed