Run npm run format

- This has the entirety of the changes.

Part of https://b.corp.google.com/issues/411720532
This commit is contained in:
Taylor Mullen 2025-04-18 18:08:43 -04:00 committed by N. Taylor Mullen
parent fa264e4286
commit 383b917784
26 changed files with 211 additions and 208 deletions

View file

@ -13,7 +13,5 @@
},
"exclude": ["node_modules", "dist"],
"include": ["src"],
"references": [
{ "path": "../server" },
]
"references": [{ "path": "../server" }]
}