We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d113644 commit 2b66335Copy full SHA for 2b66335
biome.json
@@ -6,8 +6,8 @@
6
"!**/.git",
7
"!**/.github",
8
"!**/.husky",
9
- "!**/.tap",
10
"!**/.vscode",
+ "!**/coverage",
11
"!**/package.json",
12
"!**/package-lock.json"
13
]
eslint.config.js
@@ -34,6 +34,9 @@ module.exports = [
34
.filter(p => p.startsWith('!'))
35
.map(p => convertIgnorePatternToMinimatch(p.slice(1))),
36
},
37
+ {
38
+ ignores: ['coverage/**'],
39
+ },
40
{
41
...js.configs.recommended,
42
...importXPlugin.flatConfigs.recommended,
0 commit comments