Skip to content

Commit

Permalink
Prettify.
Browse files Browse the repository at this point in the history
  • Loading branch information
zernie committed Jan 13, 2020
1 parent 8e27b15 commit 4b97f79
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ declare module "hearthstonejson-client" {
Warlock = "WARLOCK",
Warrior = "WARRIOR",
Dream = "DREAM ",
Neutral = "NEUTRAL"
Neutral = "NEUTRAL",
}

export enum CardSet {
Expand Down Expand Up @@ -84,7 +84,7 @@ declare module "hearthstonejson-client" {
/** https://hearthstone.gamepedia.com/Wild_Event */
WildEvent = "WILD_EVENT",
/** https://hearthstone.gamepedia.com/The_Taverns_of_Time*/
TavernsOfTime = "TAVERNS_OF_TIME"
TavernsOfTime = "TAVERNS_OF_TIME",
}

export enum CardType {
Expand All @@ -94,18 +94,18 @@ declare module "hearthstonejson-client" {
Enchantment = "ENCHANTMENT",
Spell = "SPELL",
HeroPower = "HERO_POWER",
Player = "PLAYER"
Player = "PLAYER",
}

export enum Faction {
Horde = "HORDE",
Alliance = "ALLIANCE"
Alliance = "ALLIANCE",
}

export enum MultiClassGroup {
GrimyGoons = "GRIMY_GOONS",
JadeLotus = "JADE_LOTUS",
Kabal = "KABAL"
Kabal = "KABAL",
}

export enum Mechanics {
Expand Down Expand Up @@ -146,7 +146,7 @@ declare module "hearthstonejson-client" {
Untouchable = "UNTOUCHABLE",
Windfury = "WINDFURY",
ImmuneToSpellpower = "ImmuneToSpellpower",
InvisibleDeathrattle = "InvisibleDeathrattle"
InvisibleDeathrattle = "InvisibleDeathrattle",
}

export enum Race {
Expand All @@ -159,15 +159,15 @@ declare module "hearthstonejson-client" {
Murloc = "MURLOC",
Pirate = "PIRATE",
Totem = "TOTEM",
Elemental = "ELEMENTAL"
Elemental = "ELEMENTAL",
}

export enum Rarity {
Common = "COMMON",
Free = "FREE",
Rare = "RARE",
Epic = "EPIC",
Legendary = "LEGENDARY"
Legendary = "LEGENDARY",
}

export interface CardData {
Expand Down

0 comments on commit 4b97f79

Please sign in to comment.