Skip to content

Commit 2b66335

Browse files
committed
Update configs
1 parent d113644 commit 2b66335

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"!**/.git",
77
"!**/.github",
88
"!**/.husky",
9-
"!**/.tap",
109
"!**/.vscode",
10+
"!**/coverage",
1111
"!**/package.json",
1212
"!**/package-lock.json"
1313
]

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ module.exports = [
3434
.filter(p => p.startsWith('!'))
3535
.map(p => convertIgnorePatternToMinimatch(p.slice(1))),
3636
},
37+
{
38+
ignores: ['coverage/**'],
39+
},
3740
{
3841
...js.configs.recommended,
3942
...importXPlugin.flatConfigs.recommended,

0 commit comments

Comments
 (0)