Skip to content

Commit fb6a58a

Browse files
joinedclaude
andcommitted
Fix lint warnings and update dependencies
Replace `as any` casts with `as unknown as Redis` in test mocks to satisfy biome's noExplicitAny rule. Bump biome schema to 2.4.7 and update package versions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1fd2f2e commit fb6a58a

4 files changed

Lines changed: 61 additions & 52 deletions

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.7/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

0 commit comments

Comments
 (0)