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'], };