Skip to content

Commit

Permalink
disable lint next line
Browse files Browse the repository at this point in the history
  • Loading branch information
srikarparsi committed Jul 12, 2024
1 parent 2e7e212 commit 1418fad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/onyx/ReportNameValuePairs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type * as OnyxCommon from './OnyxCommon';
/** Model of additional report details */
type ReportNameValuePairs = OnyxCommon.OnyxValueWithOfflineFeedback<{
/** Whether the report is an archived room */
// eslint-disable-next-line @typescript-eslint/naming-convention
private_isArchived: boolean;
}>;

Expand Down

0 comments on commit 1418fad

Please sign in to comment.