From 06ff02c2a5917a91da58520a001456c7e01c5388 Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov Date: Wed, 1 Feb 2017 12:54:42 -0600 Subject: [PATCH] [flow] Ignore packages in node_modules that cause errors and we do not want to fix --- .flowconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.flowconfig b/.flowconfig index 876e701fa..e823ea557 100644 --- a/.flowconfig +++ b/.flowconfig @@ -14,6 +14,12 @@ .*/Libraries/react-native/React.js .*/Libraries/react-native/ReactNative.js +; Ignore packages in node_modules which we (i.e. the jitsi-meet project) have +; seen to cause errors and we have chosen not to fix. +.*/node_modules/babel-core/.* +.*/node_modules/bower/.* +.*/node_modules/jsonlint/.* + [include] [libs]