Skip to content

Commit c465662

Browse files
committed
ignore coverage folder in eslint
1 parent dd1dd35 commit c465662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = tseslint.config(
2727
},
2828
{
2929
// Based on https://eslint.org/docs/latest/use/configure/configuration-files#globally-ignoring-files-with-ignores
30-
ignores: ["**/dist", "eslint.config.js"]
30+
ignores: ["**/dist", "eslint.config.js", "coverage/**"]
3131
},
3232
{
3333
rules: {

0 commit comments

Comments
 (0)