From b025dd82dc36ebe7dabb22275279f44682077f03 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 28 Sep 2018 21:49:10 -0700 Subject: [PATCH] chore: ignore module.flow.js, it's not expected to lint cleanly --- web3.js/.eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/web3.js/.eslintignore b/web3.js/.eslintignore index bf90b85257..3a50240b6a 100644 --- a/web3.js/.eslintignore +++ b/web3.js/.eslintignore @@ -3,3 +3,4 @@ /doc /flow-typed /lib +/module.flow.js