Skip to content

Commit 4e0a84e

Browse files
slang25claude
andcommitted
fix: address CI fmt and lint check failures
Fix prettier formatting for render-test.html and correct import order in render-test.ts to satisfy biome lint rules. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8d618da commit 4e0a84e

2 files changed

Lines changed: 959 additions & 749 deletions

File tree

demo/bin/render-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
import { existsSync, mkdirSync, readFileSync, writeFileSync } from 'fs';
13-
import { join, dirname } from 'path';
13+
import { dirname, join } from 'path';
1414
import { fileURLToPath } from 'url';
1515

1616
// Get script directory

0 commit comments

Comments
 (0)