Skip to content

Commit 3eaa88b

Browse files
kevin1chunclaude
andcommitted
fix: sort imports and update biome schema version
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0ffe6f1 commit 3eaa88b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

typescript/__tests__/integration/client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* where Bun.secrets is unavailable.
1313
*/
1414

15-
import { describe, it, expect, beforeAll } from "bun:test";
15+
import { beforeAll, describe, expect, it } from "bun:test";
1616
import { RobinhoodClient } from "../../src/client/index.js";
1717

1818
describe("integration: RobinhoodClient", () => {

typescript/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.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.8/schema.json",
33
"linter": {
44
"enabled": true,
55
"rules": {

0 commit comments

Comments
 (0)