Skip to content

Commit 7653e9f

Browse files
committed
Fix false positive errors
1 parent c60b810 commit 7653e9f

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

biome.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,18 @@
2929
"linter": {
3030
"enabled": true
3131
}
32-
}
33-
}
32+
},
33+
"overrides": [
34+
{
35+
"includes": ["**/*.astro"],
36+
"linter": {
37+
"rules": {
38+
"correctness": {
39+
"noUnusedImports": "off",
40+
"noUnusedVariables": "warn"
41+
}
42+
}
43+
}
44+
}
45+
]
46+
}

0 commit comments

Comments
 (0)