From 62c5bbd9b62a559fa4c82e80bd7172bf05fdb931 Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Fri, 8 Dec 2017 16:37:33 +0100 Subject: [PATCH] Fix flow, which tries reading random .json files, including test files which are invalid json :D --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index 280ef23f8..1c97394ee 100644 --- a/.flowconfig +++ b/.flowconfig @@ -1,5 +1,6 @@ [ignore] .*/bower_components/.* +.*/node_modules/lesshint/* [include] [libs]