Skip to content

Commit

Permalink
Ignore a type error that only Eslint sees
Browse files Browse the repository at this point in the history
This version is defined, not sure what Eslint needs to realize that, but ignoring the lint failure now.
  • Loading branch information
sheodox committed Aug 11, 2023
1 parent 6885b7c commit 363ddc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/(meta)/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
<h2>Version</h2>

<p>
<!-- eslint doesn't recognize this, but all the other types know it's defined -->
<!-- eslint-disable-next-line no-undef -->
Alexandrite version <span class="sx-badge-gray m-0 version">{__ALEXANDRITE_VERSION__}</span>
</p>
<p>
Expand Down

0 comments on commit 363ddc6

Please sign in to comment.