This commit is contained in:
parent
f2cdc4c38f
commit
43ff3fbaca
2 changed files with 1 additions and 2 deletions
|
@ -28,6 +28,6 @@ export default ts.config(
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ignores: ['build/', '.svelte-kit/', 'dist/']
|
ignores: ['build/', '.svelte-kit/', 'dist/', 'storybook-static/', 'src/lib/paraglide/']
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
import { defineMeta } from '@storybook/addon-svelte-csf';
|
import { defineMeta } from '@storybook/addon-svelte-csf';
|
||||||
import { expect, userEvent, waitFor, within } from '@storybook/test';
|
import { expect, userEvent, waitFor, within } from '@storybook/test';
|
||||||
import Page from './Page.svelte';
|
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
|
// More on how to set up stories at: https://storybook.js.org/docs/writing-stories
|
||||||
const { Story } = defineMeta({
|
const { Story } = defineMeta({
|
||||||
|
|
Loading…
Add table
Reference in a new issue