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 7916546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/app.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"version": "1.0.0-4"
}
{}
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 7916546

Please sign in to comment.