Skip to content

Commit

Permalink
chore(ci): override eslint error while importing from svelte component
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammed-Rahif committed Dec 17, 2024
1 parent a1862dd commit 0080fd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/helpers/editors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import { Notpad } from '@/helpers/notpad';
* https://github.com/sveltejs/svelte/issues/5817
* https://github.com/sveltejs/svelte/issues/7304
*/
/* @ts-expect-error: error TS2614: Module '"*.svelte"' has no exported member 'openEditorCloseConfirmationDialog'. */
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
/* @ts-ignore: error TS2614: Module '"*.svelte"' has no exported member 'openEditorCloseConfirmationDialog'. */
import { openEditorCloseConfirmationDialog } from '@/components/EditorCloseConfirmationDialog.svelte';

/**
Expand Down

0 comments on commit 0080fd5

Please sign in to comment.