Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Aug 19, 2024
1 parent d8ee6ed commit 16b4f11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions code/frameworks/sveltekit/src/portable-stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import type {

import type { SvelteRenderer } from '@storybook/svelte';
import { INTERNAL_DEFAULT_PROJECT_ANNOTATIONS as svelteAnnotations } from '@storybook/svelte';

import * as svelteKitAnnotations from './preview';

/**
Expand Down
6 changes: 3 additions & 3 deletions code/frameworks/sveltekit/src/vite.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { mockSveltekitStores } from './plugins/mock-sveltekit-stores'
import { mockSveltekitStores } from './plugins/mock-sveltekit-stores';

export const storybookSveltekitPlugin = () => {
return [mockSveltekitStores()]
}
return [mockSveltekitStores()];
};

0 comments on commit 16b4f11

Please sign in to comment.