ref(TS) Improve TS (#12612)

Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
This commit is contained in:
Robert Pintilii
2022-11-28 12:52:45 +02:00
committed by GitHub
parent cb3fb3ada9
commit 0ba033e07d
80 changed files with 62 additions and 160 deletions

View File

@@ -1,5 +1,3 @@
/* eslint-disable lines-around-comment */
import React from 'react';
import { WithTranslation } from 'react-i18next';
import { makeStyles } from 'tss-react/mui';
@@ -9,6 +7,7 @@ import { Avatar } from '../../../../base/avatar';
import { translate } from '../../../../base/i18n/functions';
import Icon from '../../../../base/icons/components/Icon';
import { IconCloseLarge } from '../../../../base/icons/svg';
// eslint-disable-next-line lines-around-comment
// @ts-ignore
import Label from '../Label';