fix eslint

This commit is contained in:
Norbert de Langen 2020-12-01 13:46:21 +01:00
parent 6638cdba4e
commit 2c7c510f77
No known key found for this signature in database
GPG Key ID: 976651DA156C2825
5 changed files with 0 additions and 5 deletions

View File

@ -1,4 +1,3 @@
/* eslint-disable react/forbid-prop-types */
import React, { Component, ComponentType, Validator } from 'react';
import PropTypes from 'prop-types';

View File

@ -1,4 +1,3 @@
/* eslint-disable react/forbid-prop-types */
import PropTypes from 'prop-types';
import React, { ChangeEvent, Component, Validator } from 'react';

View File

@ -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';

View File

@ -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';

View File

@ -1,4 +1,3 @@
/* eslint-disable react/forbid-prop-types */
import React, { FunctionComponent, ChangeEvent, Validator } from 'react';
import PropTypes from 'prop-types';