mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
chore: bump typescript-eslint to v8 (#11649)
This commit is contained in:
parent
797be2e6bd
commit
d50c12f720
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ export function isESMImportedImage(src: ImageMetadata | string): src is ImageMet
|
|||
return typeof src === 'object';
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/ban-types
|
||||
export type DevImageService = 'sharp' | 'squoosh' | (string & {});
|
||||
|
||||
// https://vercel.com/docs/build-output-api/v3/configuration#images
|
||||
|
|
Loading…
Add table
Reference in a new issue