From eb34b2f6e335fa16a90efdd529e83460f06f6825 Mon Sep 17 00:00:00 2001 From: Anton Nikolaev Date: Mon, 20 Apr 2020 05:17:08 -0700 Subject: [PATCH] Disable flow for pkg-lib and lib output folders (#1030) Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/1030 Currently flow linter is failing on GitHub. This diff disables flow for pkg-lib and lib output folders where it is failing currently. Reviewed By: passy Differential Revision: D21129580 fbshipit-source-id: 71f28c8bd0d4b7293bdc8f1be943b5fd77b6b444 --- .flowconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.flowconfig b/.flowconfig index 9134601bb..037c5ff4a 100644 --- a/.flowconfig +++ b/.flowconfig @@ -6,9 +6,11 @@ .*\.ts .*/node_modules/.* /scripts/.* +/desktop/.*/lib/.* /desktop/scripts/.* /desktop/static/.* /desktop/pkg/.* +/desktop/pkg-lib/.* /desktop/doctor/.* /desktop/app/.* /desktop/babel-transformer/.*