lint: remove unused svelte-ignore comments (17 fixes)

Co-Authored-By: Justin Edmund <justin@jedmund.com>
This commit is contained in:
Devin AI 2025-11-24 05:45:51 +00:00
parent 248000134b
commit 041e13e95c
15 changed files with 0 additions and 17 deletions

View file

@ -3,7 +3,6 @@
</script> </script>
<div class="avatar-simple"> <div class="avatar-simple">
<!-- svelte-ignore svelte/no-at-html-tags -->
{@html jedmundIcon} {@html jedmundIcon}
</div> </div>

View file

@ -65,7 +65,6 @@
{#if renderedContent} {#if renderedContent}
<div class="post-body"> <div class="post-body">
<!-- svelte-ignore svelte/no-at-html-tags -->
{@html renderedContent} {@html renderedContent}
</div> </div>
{/if} {/if}

View file

@ -39,7 +39,6 @@
{/if} {/if}
<div class="post-body"> <div class="post-body">
<!-- svelte-ignore svelte/no-at-html-tags -->
{@html post.content} {@html post.content}
</div> </div>

View file

@ -15,7 +15,6 @@
{#if project.caseStudyContent && project.caseStudyContent.content && project.caseStudyContent.content.length > 0} {#if project.caseStudyContent && project.caseStudyContent.content && project.caseStudyContent.content.length > 0}
<div class="case-study-section"> <div class="case-study-section">
<div class="case-study-content"> <div class="case-study-content">
<!-- svelte-ignore svelte/no-at-html-tags -->
{@html renderEdraContent(project.caseStudyContent)} {@html renderEdraContent(project.caseStudyContent)}
</div> </div>
</div> </div>

View file

@ -133,7 +133,6 @@
<div class="project-logo" style="background-color: {backgroundColor}"> <div class="project-logo" style="background-color: {backgroundColor}">
{#if svgContent} {#if svgContent}
<div bind:this={logoElement} class="logo-svg" style="transform: {logoTransform}"> <div bind:this={logoElement} class="logo-svg" style="transform: {logoTransform}">
<!-- svelte-ignore svelte/no-at-html-tags -->
{@html svgContent} {@html svgContent}
</div> </div>
{:else if logoUrl} {:else if logoUrl}
@ -147,7 +146,6 @@
{/if} {/if}
</div> </div>
<div class="project-content"> <div class="project-content">
<!-- svelte-ignore svelte/no-at-html-tags -->
<p class="project-description">{@html highlightedDescription}</p> <p class="project-description">{@html highlightedDescription}</p>
{#if isListOnly} {#if isListOnly}

View file

@ -83,7 +83,6 @@
{#if post.postType === 'essay'} {#if post.postType === 'essay'}
<p>{getContentExcerpt(post.content, 300)}</p> <p>{getContentExcerpt(post.content, 300)}</p>
{:else} {:else}
<!-- svelte-ignore svelte/no-at-html-tags -->
{@html renderEdraContent(post.content)} {@html renderEdraContent(post.content)}
{/if} {/if}
</div> </div>

View file

@ -57,7 +57,6 @@
New Post New Post
{#snippet icon()} {#snippet icon()}
<div class="chevron"> <div class="chevron">
<!-- svelte-ignore svelte/no-at-html-tags -->
{@html ChevronDownIcon} {@html ChevronDownIcon}
</div> </div>
{/snippet} {/snippet}

View file

@ -54,7 +54,6 @@
{:else if showLogo} {:else if showLogo}
<!-- Show placeholder when logo toggle is on but no logo provided --> <!-- Show placeholder when logo toggle is on but no logo provided -->
<div class="preview-placeholder"> <div class="preview-placeholder">
<!-- svelte-ignore svelte/no-at-html-tags -->
{@html placeholderIcon} {@html placeholderIcon}
</div> </div>
{/if} {/if}

View file

@ -53,7 +53,6 @@
{/each} {/each}
</select> </select>
<div class="select-icon"> <div class="select-icon">
<!-- svelte-ignore svelte/no-at-html-tags -->
{@html ChevronDownIcon} {@html ChevronDownIcon}
</div> </div>
</div> </div>

View file

@ -35,7 +35,6 @@
<svelte:head> <svelte:head>
<!-- Site-wide JSON-LD --> <!-- Site-wide JSON-LD -->
<!-- svelte-ignore svelte/no-at-html-tags -->
{@html personJsonLdScript} {@html personJsonLdScript}
</svelte:head> </svelte:head>

View file

@ -142,7 +142,6 @@
<!-- JSON-LD --> <!-- JSON-LD -->
{#if galleryJsonLdScript} {#if galleryJsonLdScript}
<!-- svelte-ignore svelte/no-at-html-tags -->
{@html galleryJsonLdScript} {@html galleryJsonLdScript}
{/if} {/if}
</svelte:head> </svelte:head>
@ -164,7 +163,6 @@
{#if album.content} {#if album.content}
<div class="album-content"> <div class="album-content">
<div class="edra-rendered-content"> <div class="edra-rendered-content">
<!-- svelte-ignore svelte/no-at-html-tags -->
{@html renderEdraContent(album.content, { albumSlug: album.slug })} {@html renderEdraContent(album.content, { albumSlug: album.slug })}
</div> </div>
</div> </div>

View file

@ -79,7 +79,6 @@
<!-- JSON-LD --> <!-- JSON-LD -->
{#if projectJsonLdScript} {#if projectJsonLdScript}
<!-- svelte-ignore svelte/no-at-html-tags -->
{@html projectJsonLdScript} {@html projectJsonLdScript}
{/if} {/if}
</svelte:head> </svelte:head>

View file

@ -357,7 +357,6 @@
<!-- JSON-LD --> <!-- JSON-LD -->
{#if photoJsonLdScript} {#if photoJsonLdScript}
<!-- svelte-ignore svelte/no-at-html-tags -->
{@html photoJsonLdScript} {@html photoJsonLdScript}
{/if} {/if}
</svelte:head> </svelte:head>

View file

@ -87,7 +87,6 @@
<!-- JSON-LD --> <!-- JSON-LD -->
{#if articleJsonLdScript} {#if articleJsonLdScript}
<!-- svelte-ignore svelte/no-at-html-tags -->
{@html articleJsonLdScript} {@html articleJsonLdScript}
{/if} {/if}
</svelte:head> </svelte:head>

View file

@ -117,7 +117,6 @@
<!-- JSON-LD --> <!-- JSON-LD -->
{#if projectJsonLdScript} {#if projectJsonLdScript}
<!-- svelte-ignore svelte/no-at-html-tags -->
{@html projectJsonLdScript} {@html projectJsonLdScript}
{/if} {/if}
</svelte:head> </svelte:head>