From 1de5ae65a66f3574466ee0b5c159319c2871e9e3 Mon Sep 17 00:00:00 2001 From: Tom Kirkpatrick Date: Sat, 15 Sep 2018 21:50:28 +0200 Subject: [PATCH] build(flow): ignore config-chain/test/broken.json Ignore invalid json files in flow config to prevent expected failures from producing errors. See https://github.com/facebook/flow/issues/869 --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index 2ac819ff3ee..b08978f8310 100644 --- a/.flowconfig +++ b/.flowconfig @@ -7,6 +7,7 @@ /dll/.* /release/.* /.git/.* +.*/node_modules/config-chain/test/broken.json [include]