From 4a4ef2706cfb51db96d48fe20dadcb4fb8e3cb17 Mon Sep 17 00:00:00 2001 From: Ming Ye Date: Mon, 13 Feb 2023 05:03:32 +0800 Subject: [PATCH] Remove unnecessary flowconfig ignore paths (#26159) ## Summary By removing them, the flowconfig file will be cleaner and easier to maintain. ## How did you test this change? ci green --- scripts/flow/config/flowconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/flow/config/flowconfig b/scripts/flow/config/flowconfig index 7adcc3aa5822a..a3422af8188e9 100644 --- a/scripts/flow/config/flowconfig +++ b/scripts/flow/config/flowconfig @@ -8,12 +8,6 @@ .*/rollup/shims/facebook-www/.* .*/rollup/shims/react-native/.* -.*/node_modules/@snyk/.* -.*/node_modules/y18n/.* -.*/node_modules/chrome-devtools-frontend/.* -.*/node_modules/devtools-timeline-model/.* -.*/node_modules/create-react-class/.* -.*/node_modules/react-native-web/.* .*/node_modules/fbjs/lib/keyMirrorRecursive.js.flow .*/node_modules/resolve/test/.* .*/__mocks__/.*