From d4f1c01639209049d821daf5502683ab74bfb3f1 Mon Sep 17 00:00:00 2001 From: Brice Stacey Date: Tue, 20 Sep 2022 11:11:18 -0400 Subject: [PATCH] Add coverage to .eslintignore (#12) --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index 28a7b891..feffa04a 100644 --- a/.eslintignore +++ b/.eslintignore @@ -3,3 +3,4 @@ package-lock.json typechain-types artifacts cache +coverage