chore(lint): apply recommended lint rules

This commit is contained in:
Eric Liu 2019-12-29 15:37:56 -08:00
commit 866cc962cd
23 changed files with 35 additions and 54 deletions

View file

@ -1,4 +1,4 @@
import { withKnobs, select, boolean, text } from '@storybook/addon-knobs';
import { withKnobs } from '@storybook/addon-knobs';
import Component from './StructuredList.Story.svelte';
export default { title: 'StructuredList', decorators: [withKnobs] };