We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca6875 commit 6904649Copy full SHA for 6904649
1 file changed
src/libs/ReportUtils.ts
@@ -75,7 +75,7 @@ import type {NotificationPreference, Participants, Participant as ReportParticip
75
import type {Message, OldDotReportAction, ReportActions} from '@src/types/onyx/ReportAction';
76
import type {PendingChatMember} from '@src/types/onyx/ReportMetadata';
77
import type {OnyxData} from '@src/types/onyx/Request';
78
-// eslint-disable-next-line @typescript-eslint/no-deprecated
+// eslint-disable @typescript-eslint/no-deprecated
79
import type {SearchTransaction} from '@src/types/onyx/SearchResults';
80
import type {Comment, TransactionChanges, WaypointCollection} from '@src/types/onyx/Transaction';
81
import type {FileObject} from '@src/types/utils/Attachment';
0 commit comments