Skip to content

Commit 42f3e68

Browse files
prosdevclaude
andcommitted
chore: suppress noBannedTypes for antfly SDK boundary layer
The Function casts in antfly-store.ts are intentional — they isolate the loosely-typed SDK API behind our own typed methods. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5ce4be9 commit 42f3e68

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

biome.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@
3232
"linter": {
3333
"enabled": false
3434
}
35+
},
36+
{
37+
"includes": ["**/vector/antfly-store.ts"],
38+
"linter": {
39+
"rules": {
40+
"complexity": {
41+
"noBannedTypes": "off"
42+
}
43+
}
44+
}
3545
}
3646
],
3747
"formatter": {

0 commit comments

Comments
 (0)