From 48b30c780174864484af823a9633d08bfdd2bc38 Mon Sep 17 00:00:00 2001 From: Paul Loyd Date: Sat, 18 Nov 2017 12:45:54 +0300 Subject: [PATCH] Ignore flow checking for lib/ --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index f0cac8f..2fa60fe 100644 --- a/.flowconfig +++ b/.flowconfig @@ -1,6 +1,7 @@ [ignore] .*/node_modules/.* .*/tests/samples/.* +.*/lib/.* .*/src/extractors.js [libs]