FIX linting

This commit is contained in:
Norbert de Langen 2020-02-24 14:18:59 +01:00
parent dd83080cdd
commit 4e52c534d3
No known key found for this signature in database
GPG Key ID: 976651DA156C2825
2 changed files with 3 additions and 2 deletions

View File

@ -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';

View File

@ -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);
}
},
});