mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 03:21:07 +08:00
fix eslint
This commit is contained in:
parent
6638cdba4e
commit
2c7c510f77
@ -1,4 +1,3 @@
|
||||
/* eslint-disable react/forbid-prop-types */
|
||||
import React, { Component, ComponentType, Validator } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* eslint-disable react/forbid-prop-types */
|
||||
import PropTypes from 'prop-types';
|
||||
import React, { ChangeEvent, Component, Validator } from 'react';
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* eslint-disable react/forbid-prop-types */
|
||||
import React, { Component, ChangeEvent, Validator } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { styled } from '@storybook/theming';
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* eslint-disable react/forbid-prop-types */
|
||||
import React, { FunctionComponent, Validator } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import ReactSelect from 'react-select';
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* eslint-disable react/forbid-prop-types */
|
||||
import React, { FunctionComponent, ChangeEvent, Validator } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user