style: apply Biome formatting to TypeScript files (#27)

- Fix import sorting
- Standardize code formatting
- Apply consistent TypeScript style
- Update code to match Biome configuration

Part of #27
This commit is contained in:
Peter Wood
2025-05-04 09:55:01 -04:00
parent f2c0373640
commit 58d8ebdfa1
9 changed files with 214 additions and 211 deletions

View File

@@ -11,7 +11,7 @@
*/
import type { APIRoute } from 'astro';
import { transactions, accounts } from '../../../data/store';
import { accounts, transactions } from '../../../data/store';
import type { Transaction } from '../../../types';
/**