From 1fcdc020ebc3ac061f085346cb6bd134237b47c9 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Tue, 26 Sep 2017 08:41:07 -0700 Subject: [PATCH] Flow should ignore node_modules/create-react-class --- .flowconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.flowconfig b/.flowconfig index 9c8275381a..7922fba5c2 100644 --- a/.flowconfig +++ b/.flowconfig @@ -6,6 +6,7 @@ /.*/node_modules/y18n/.* /node_modules/chrome-devtools-frontend/.* /node_modules/devtools-timeline-model/.* +/node_modules/create-react-class/.* /.*/__mocks__/.* /.*/__tests__/.*