Skip to content

Commit

Permalink
chore: remove lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
DerStimmler committed Sep 8, 2024
1 parent 183ab92 commit 7b9ffb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export default [
}
},
{
ignores: ['build/', '.svelte-kit/', 'dist/']
ignores: ['build/', '.svelte-kit/', 'dist/', 'src/lib/components/ui/**']
}
];
2 changes: 2 additions & 0 deletions src/routes/Canvas.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import Spinner from '$lib/Spinner.svelte';
import Konva from 'konva';
import * as pdfjs from 'pdfjs-dist';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import * as pdfWorker from 'pdfjs-dist/build/pdf.worker.mjs';
import { onDestroy, untrack } from 'svelte';
Expand Down

0 comments on commit 7b9ffb9

Please sign in to comment.