diff --git a/scripts/common/gamemode.ts b/scripts/common/gamemode.ts index c7e2a5d2..c0f8b62d 100644 --- a/scripts/common/gamemode.ts +++ b/scripts/common/gamemode.ts @@ -22,7 +22,8 @@ const extraModeData = [ [Gamemode.CONC, { i18n: '#Gamemode_Conc' }], [Gamemode.DEFRAG_CPM, { i18n: '#Gamemode_DefragCPM' }], [Gamemode.DEFRAG_VQ3, { i18n: '#Gamemode_DefragVQ3' }], - [Gamemode.DEFRAG_VTG, { i18n: '#Gamemode_DefragVTG' }] + [Gamemode.DEFRAG_VTG, { i18n: '#Gamemode_DefragVTG' }], + [Gamemode.BHOP_STAMINA, { i18n: '#Gamemode_BhopStamina' }] ] as const; // Just append to the existing data, shouldn't be using original version anywhere anyway. diff --git a/scripts/common/web.ts b/scripts/common/web.ts index 4562b18a..45b9548e 100644 --- a/scripts/common/web.ts +++ b/scripts/common/web.ts @@ -264,7 +264,7 @@ export enum ISOCountryCode { CC = 'Cocos (Keeling) Islands', CD = 'Congo', CF = 'Central African Republic', - // eslint-disable-next-line @typescript-eslint/no-duplicate-enum-values + CG = 'Congo', CH = 'Switzerland', CI = 'Ivory Coast', @@ -1563,7 +1563,7 @@ export interface CompletedRun { //#endregion //#region Misc -/* eslint-disable @typescript-eslint/naming-convention */ + export interface TwitchStream { title: string; user_name: string;