From 5e6896eaba36c67028a6002851512483d26cc0c3 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sun, 8 Jan 2023 14:01:43 +1300 Subject: [PATCH] Ignore coverage directory for linting --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index e1ab5cb..16ef7ba 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -18,4 +18,5 @@ module.exports = { }, }, ], + ignorePatterns: ['coverage/'], }