chore: lint

This commit is contained in:
Nate Moore 2023-08-17 14:26:19 -05:00
parent 57a6f5b3b4
commit 671fc28b93

View file

@ -23,7 +23,7 @@ interface IslandMeta {
{ {
// island meta info (for all islands) is stored here // island meta info (for all islands) is stored here
var $meta: Record<string, IslandMeta> = {}; let $meta: Record<string, IslandMeta> = {};
// Astro.assign is called in injected scripts // Astro.assign is called in injected scripts
(self as any).Astro = Object.assign((self as any).Astro || {}, { (self as any).Astro = Object.assign((self as any).Astro || {}, {
assign(script: HTMLElement, value: any) { assign(script: HTMLElement, value: any) {