⬆️ Upgrade to biome 2 (#1825)

This commit is contained in:
Luke Vella 2025-07-15 11:18:28 +01:00 committed by GitHub
parent 56c74d5024
commit 9be12f28d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
141 changed files with 663 additions and 790 deletions

View file

@ -7,7 +7,6 @@ describe("absoluteUrl", () => {
});
afterAll(() => {
// biome-ignore lint/performance/noDelete: Setting to undefined doesn't work
delete process.env.NEXT_PUBLIC_BASE_URL;
});