migrate components stickers to eslint
This commit is contained in:
parent
2ade4acd52
commit
5364de90a4
15 changed files with 225 additions and 203 deletions
|
@ -1,8 +1,10 @@
|
|||
import * as React from 'react';
|
||||
import { storiesOf } from '@storybook/react';
|
||||
import { text } from '@storybook/addon-knobs';
|
||||
import { action } from '@storybook/addon-actions';
|
||||
|
||||
import { StickerPreviewModal } from './StickerPreviewModal';
|
||||
// @ts-ignore
|
||||
import { setup as setupI18n } from '../../../js/modules/i18n';
|
||||
// @ts-ignore
|
||||
import enMessages from '../../../_locales/en/messages.json';
|
||||
import {
|
||||
landscapeGreenUrl,
|
||||
|
@ -10,10 +12,6 @@ import {
|
|||
squareStickerUrl,
|
||||
} from '../../storybook/Fixtures';
|
||||
|
||||
import { storiesOf } from '@storybook/react';
|
||||
import { text } from '@storybook/addon-knobs';
|
||||
import { action } from '@storybook/addon-actions';
|
||||
|
||||
const i18n = setupI18n('en', enMessages);
|
||||
|
||||
storiesOf('Components/Stickers/StickerPreviewModal', module).add('Full', () => {
|
||||
|
@ -46,7 +44,7 @@ storiesOf('Components/Stickers/StickerPreviewModal', module).add('Full', () => {
|
|||
title,
|
||||
isBlessed: true,
|
||||
author,
|
||||
status: 'downloaded' as 'downloaded',
|
||||
status: 'downloaded' as const,
|
||||
stickerCount: 101,
|
||||
stickers: [
|
||||
wideSticker,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue