From 415cf366e5c713bc2c84de7262ec65fde9c6123b Mon Sep 17 00:00:00 2001 From: Bartosz Klonowski <70535775+BartoszKlonowski@users.noreply.github.com> Date: Mon, 31 Jan 2022 17:42:46 +0100 Subject: [PATCH] Ignore all node_modules --- .flowconfig | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.flowconfig b/.flowconfig index 2b577a52..e13f743d 100644 --- a/.flowconfig +++ b/.flowconfig @@ -5,20 +5,12 @@ ; Ignore "BUCK" generated dirs /\.buckd/ -; Ignore polyfills -node_modules/react-native/Libraries/polyfills/.* - -; These should not be required directly -; require from fbjs/lib instead: require('fbjs/lib/warning') -node_modules/warning/.* +; Ignore node_modules +/node_modules/.* ; Flow doesn't support platforms .*/Libraries/Utilities/LoadingView.js -; These should not be required directly -; require from fbjs/lib instead: require('fbjs/lib/warning') -node_modules/warning/.* - ; Flow doesn't support platforms .*/Libraries/Utilities/HMRLoadingView.js