FIX linting

This commit is contained in:
Norbert de Langen 2020-04-21 17:00:51 +02:00
parent 803da22850
commit 8f9cd84875
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -1,3 +1,4 @@
/* eslint-disable no-fallthrough */
import { DOCS_MODE } from 'global';
import { toId, sanitize } from '@storybook/csf';
import {
@ -327,7 +328,6 @@ export const init: ModuleFn = ({
}
// if we couldn't find the source, something risky happened, we ignore the input, and log a warning
// eslint-disable-next-line no-fallthrough
default: {
logger.warn('received a SET_STORIES frame that was not configured as a ref');
break;