chore: apply prettier on the entire project

This commit is contained in:
jubnl
2026-05-25 21:59:42 +02:00
parent c130ed41be
commit 6bcdfbc34b
488 changed files with 82986 additions and 45830 deletions
+2 -1
View File
@@ -2,7 +2,6 @@
* Unit tests for MCP scope helper functions in server/src/mcp/scopes.ts.
* No DB or mocks needed — pure functions only.
*/
import { describe, it, expect } from 'vitest';
import {
validateScopes,
canReadTrips,
@@ -14,6 +13,8 @@ import {
SCOPE_INFO,
} from '../../../src/mcp/scopes';
import { describe, it, expect } from 'vitest';
// ---------------------------------------------------------------------------
// ALL_SCOPES
// ---------------------------------------------------------------------------