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

@@ -23,7 +23,6 @@ import {
submitMoreTab,
submitProfileTab,
submitSoundsTab
// @ts-ignore
} from '../../actions';
import { SETTINGS_TABS } from '../../constants';
import {
@@ -31,7 +30,6 @@ import {
getMoreTabProps,
getProfileTabProps,
getSoundsTabProps
// @ts-ignore
} from '../../functions';
// @ts-ignore