Fix linter issues
Some checks failed
Build / Build application (push) Failing after 54s

This commit is contained in:
Kevin Kandlbinder 2024-11-12 15:35:11 +00:00
parent f2cdc4c38f
commit 43ff3fbaca
2 changed files with 1 additions and 2 deletions

View file

@ -28,6 +28,6 @@ export default ts.config(
}
},
{
ignores: ['build/', '.svelte-kit/', 'dist/']
ignores: ['build/', '.svelte-kit/', 'dist/', 'storybook-static/', 'src/lib/paraglide/']
}
);

View file

@ -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({