1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 01:10:07 +02:00

style(badges): lint fixes

This commit is contained in:
Igor Guastalla de Lima
2018-12-20 20:22:31 -02:00
parent 911f281b47
commit 66f8ecdd88
2 changed files with 5 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
import { storiesOf } from '@storybook/html'; // eslint-disable-line import/no-extraneous-dependencies
import { // eslint-disable-line import/no-extraneous-dependencies
withKnobs, radios, boolean, number
withKnobs, radios, boolean, number,
} from '@storybook/addon-knobs';
const stories = storiesOf('Badges', module);