diff --git a/eslint.config.js b/eslint.config.js index a526565..30655f0 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -28,6 +28,6 @@ export default ts.config( } }, { - ignores: ['build/', '.svelte-kit/', 'dist/'] + ignores: ['build/', '.svelte-kit/', 'dist/', 'storybook-static/', 'src/lib/paraglide/'] } ); diff --git a/src/stories/Page.stories.svelte b/src/stories/Page.stories.svelte index 9e4f4ff..f606910 100644 --- a/src/stories/Page.stories.svelte +++ b/src/stories/Page.stories.svelte @@ -2,7 +2,6 @@ import { defineMeta } from '@storybook/addon-svelte-csf'; import { expect, userEvent, waitFor, within } from '@storybook/test'; import Page from './Page.svelte'; - import { fn } from '@storybook/test'; // More on how to set up stories at: https://storybook.js.org/docs/writing-stories const { Story } = defineMeta({