diff --git a/src/app.json b/src/app.json index bcfaf6f..0967ef4 100644 --- a/src/app.json +++ b/src/app.json @@ -1,3 +1 @@ -{ - "version": "1.0.0-4" -} +{} diff --git a/src/lib/helpers/editors.ts b/src/lib/helpers/editors.ts index 316a831..e57cde1 100644 --- a/src/lib/helpers/editors.ts +++ b/src/lib/helpers/editors.ts @@ -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'; /**