Skip to content

Commit

Permalink
fix pretty and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
charlyoleg2 committed Oct 6, 2023
1 parent b6d6f56 commit 7585cb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/parametrix/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ yarn.lock
# ignore app.html because of flickering behavior
# TODO: remove those lines when prettier is stabilized
src/app.html

static/katex.min.css
2 changes: 2 additions & 0 deletions pkg/parametrix/src/routes/docs/magnetic/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script lang="ts">
/* eslint-disable svelte/no-at-html-tags */
import { base } from '$app/paths';
import { math } from 'mathlifier';
</script>
Expand Down Expand Up @@ -83,6 +84,7 @@
{@html math('= \\frac{\\mu S N^2 i^2}{2 L}')}
{@html math('= \\frac{\\mathcal{L} i^2}{2}')}
</li>
<li>{@html math('\\mathcal{L} = \\frac{\\mu S N^2}{L} = \\frac{\\mu_r \\mu_0 S N^2}{L}')}</li>
</ul>
</article>
<h3>Torus with swelling</h3>
Expand Down

0 comments on commit 7585cb3

Please sign in to comment.