From d9eaab2596d28ded9685199971e0409cdf03a740 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 24 Nov 2021 00:57:44 +0100 Subject: [PATCH] chore: ignore linting lib and coverage --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index e02c82b..a3a4296 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -19,4 +19,5 @@ module.exports = { '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off', }, + ignorePatterns: ['/coverage', '/lib'], };