mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
FIX linting
This commit is contained in:
parent
dd83080cdd
commit
4e52c534d3
@ -1,3 +1,4 @@
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import createCompiler from '@storybook/addon-docs/mdx-compiler-plugin';
|
||||
import path from 'path';
|
||||
import remarkSlug from 'remark-slug';
|
||||
|
@ -6,10 +6,10 @@ import {
|
||||
} from 'global';
|
||||
import qs from 'qs';
|
||||
import addons, { makeDecorator } from '@storybook/addons';
|
||||
import { PARAM_KEY } from './constants';
|
||||
import { STORY_CHANGED, SELECT_STORY } from '@storybook/core-events';
|
||||
import { toId } from '@storybook/csf';
|
||||
import { logger } from '@storybook/client-logger';
|
||||
import { PARAM_KEY } from './constants';
|
||||
|
||||
interface ParamsId {
|
||||
storyId: string;
|
||||
@ -117,5 +117,5 @@ export const withLinks = makeDecorator({
|
||||
on();
|
||||
addons.getChannel().once(STORY_CHANGED, off);
|
||||
return getStory(context);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user