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,4 +1,3 @@
/* eslint-disable lines-around-comment */
import React, { useCallback, useEffect, useRef, useState } from 'react';
import { useTranslation } from 'react-i18next';
import { useDispatch, useSelector } from 'react-redux';
@@ -11,9 +10,9 @@ import {
} from '../../../base/participants/functions';
import { updateSettings } from '../../../base/settings/actions';
import { withPixelLineHeight } from '../../../base/styles/functions.web';
// eslint-disable-next-line lines-around-comment
// @ts-ignore
import { Tooltip } from '../../../base/tooltip';
// @ts-ignore
import { getIndicatorsTooltipPosition } from '../../../filmstrip/functions.web';
import { appendSuffix } from '../../functions';