Skip to content

Commit

Permalink
Exclude coverage directory from ESLint (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops committed Mar 4, 2024
1 parent f7935d6 commit 7ffbe5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
module.exports = {
extends: "eslint:recommended",
ignorePatterns: [
"dist"
"dist",
"coverage"
],
env: {
node: true,
Expand Down

0 comments on commit 7ffbe5c

Please sign in to comment.