From 5c6e62af5af901950112d1821ffa4999847d5221 Mon Sep 17 00:00:00 2001 From: Paul Loyd Date: Fri, 1 Dec 2017 20:01:04 +0300 Subject: [PATCH] Stricter the flow config --- .flowconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flowconfig b/.flowconfig index eb9b40e..fcacdb4 100644 --- a/.flowconfig +++ b/.flowconfig @@ -8,7 +8,7 @@ declarations/ [lints] -all=warn +all=error [options] all=true