Skip to content

Commit

Permalink
chore: ignore linting lib and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
christophka committed Nov 23, 2021
1 parent db40db5 commit d9eaab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ module.exports = {
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
},
ignorePatterns: ['/coverage', '/lib'],
};

0 comments on commit d9eaab2

Please sign in to comment.