Skip to content

Commit

Permalink
fix: add coverage folder to eslint ignore pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Apr 29, 2024
1 parent 416595f commit 61c4df1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = {
"commitlint.config.ts",
"vitest.config.ts",
".eslintrc.cjs",
"coverage/*",
],
rules: {
"@typescript-eslint/interface-name-prefix": "off",
Expand Down

0 comments on commit 61c4df1

Please sign in to comment.