Skip to content

Commit

Permalink
Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jul 28, 2022
1 parent d1bcb5e commit 81e297e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion code/lib/store/src/csf/composeConfigs.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { AnyFramework, Args } from '@storybook/csf';
import type { AnyFramework } from '@storybook/csf';

import type { ModuleExports, WebProjectAnnotations } from '../types';
import { combineParameters } from '../parameters';
Expand Down
1 change: 0 additions & 1 deletion code/lib/store/src/csf/prepareStory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import type {
PlayFunctionContext,
SBObjectType,
SBScalarType,
StoryContext,
} from '@storybook/csf';

import { NO_TARGET_NAME } from '../args';
Expand Down
1 change: 0 additions & 1 deletion code/lib/store/src/csf/prepareStory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import type {
AnyFramework,
StrictArgTypes,
StoryContextForLoaders,
StepFunction,
PlayFunctionContext,
} from '@storybook/csf';
import { includeConditionalArg } from '@storybook/csf';
Expand Down
2 changes: 0 additions & 2 deletions code/lib/store/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ import type {
ComponentId,
PartialStoryFn,
Parameters,
PlayFunctionContext,
StepFunction,
} from '@storybook/csf';
import type {
StoryIndexEntry,
Expand Down

0 comments on commit 81e297e

Please sign in to comment.