From 926e42c1fc168c54dfb7a0e443d2a4a1e6dee980 Mon Sep 17 00:00:00 2001 From: Jean Lauliac Date: Tue, 23 May 2017 13:52:20 +0100 Subject: [PATCH] ignore specific node_module flow error --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index 5bca751f..4fc057fc 100644 --- a/.flowconfig +++ b/.flowconfig @@ -1,4 +1,5 @@ [ignore] +.*/node_modules/conventional-changelog-core/test/fixtures/_malformation.json [options] module.name_mapper='^types/\(.*\)$' -> '/types/\1.js'