diff options
author | 2024-03-13 15:09:55 +0000 | |
---|---|---|
committer | 2024-03-13 15:09:55 +0000 | |
commit | 47482906310282e1c00c2379fd62e6267c98855e (patch) | |
tree | 0b2895aaade11036bac386795011c313a404ebc2 /packages/integrations/netlify/src/ssr-function.ts | |
parent | 49c88e35fe25ec3e333e6de4624f426f22e30df9 (diff) | |
download | astro-47482906310282e1c00c2379fd62e6267c98855e.tar.gz astro-47482906310282e1c00c2379fd62e6267c98855e.tar.zst astro-47482906310282e1c00c2379fd62e6267c98855e.zip |
chore: update biome to the latest (#183)
* chore: biome safe fixes
* chore: biome unsafe fixes
* chore: update Biome, and use Biome in CI
* chore: fix merge conflicts
Diffstat (limited to 'packages/integrations/netlify/src/ssr-function.ts')
-rw-r--r-- | packages/integrations/netlify/src/ssr-function.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/integrations/netlify/src/ssr-function.ts b/packages/integrations/netlify/src/ssr-function.ts index cf070c26b..ba5e6577d 100644 --- a/packages/integrations/netlify/src/ssr-function.ts +++ b/packages/integrations/netlify/src/ssr-function.ts @@ -5,7 +5,6 @@ import { applyPolyfills } from 'astro/app/node'; applyPolyfills(); -// biome-ignore lint/complexity/noBannedTypes: safe to use in this case export interface Args { middlewareSecret: string; } |