fix: improve lint #54
Annotations
9 errors
Lint:
src/modules/places/dangeons/loot.ts#L22
Argument of type 'CustomItems.Money' is not assignable to parameter of type '"ArmorStand" | "Arrow" | "Boat" | "ChestBoat" | "ChestMinecart" | "Chicken" | "Cod" | "CommandBlockMinecart" | "Egg" | "EnderPearl" | "HopperMinecart" | "LingeringPotion" | ... 1259 more ... | "ZombieVillagerSpawnEgg"'.
|
Lint:
src/modules/places/dangeons/loot.ts#L85
Argument of type 'CustomItems.Money' is not assignable to parameter of type '"ArmorStand" | "Arrow" | "Boat" | "ChestBoat" | "ChestMinecart" | "Chicken" | "Cod" | "CommandBlockMinecart" | "Egg" | "EnderPearl" | "HopperMinecart" | "LingeringPotion" | ... 1259 more ... | "ZombieVillagerSpawnEgg"'.
|
Lint:
src/modules/quests/learning/airdrop.ts#L29
Argument of type 'CustomItems.Money' is not assignable to parameter of type '"ArmorStand" | "Arrow" | "Boat" | "ChestBoat" | "ChestMinecart" | "Chicken" | "Cod" | "CommandBlockMinecart" | "Egg" | "EnderPearl" | "HopperMinecart" | "LingeringPotion" | ... 1259 more ... | "ZombieVillagerSpawnEgg"'.
|
Lint:
src/modules/places/dangeons/loot.ts#L22
Argument of type 'CustomItems.Money' is not assignable to parameter of type '"ArmorStand" | "Arrow" | "Boat" | "ChestBoat" | "ChestMinecart" | "Chicken" | "Cod" | "CommandBlockMinecart" | "Egg" | "EnderPearl" | "HopperMinecart" | "LingeringPotion" | ... 1259 more ... | "ZombieVillagerSpawnEgg"'.
|
Lint:
src/modules/places/dangeons/loot.ts#L85
Argument of type 'CustomItems.Money' is not assignable to parameter of type '"ArmorStand" | "Arrow" | "Boat" | "ChestBoat" | "ChestMinecart" | "Chicken" | "Cod" | "CommandBlockMinecart" | "Egg" | "EnderPearl" | "HopperMinecart" | "LingeringPotion" | ... 1259 more ... | "ZombieVillagerSpawnEgg"'.
|
Lint:
src/modules/quests/learning/airdrop.ts#L29
Argument of type 'CustomItems.Money' is not assignable to parameter of type '"ArmorStand" | "Arrow" | "Boat" | "ChestBoat" | "ChestMinecart" | "Chicken" | "Cod" | "CommandBlockMinecart" | "Egg" | "EnderPearl" | "HopperMinecart" | "LingeringPotion" | ... 1259 more ... | "ZombieVillagerSpawnEgg"'.
|
Lint
Process completed with exit code 1.
|
src/lib/region/kinds/boss-arena.test.ts > BossArenaRegion > should create region:
src/lib/region/kinds/region.ts#L61
TypeError: date.toYYYYMMDD is not a function
❯ Function.generateRegionKey src/lib/region/kinds/region.ts:61:12
❯ Function.create src/lib/region/kinds/region.ts:70:31
❯ src/lib/region/kinds/boss-arena.test.ts:8:36
|
Test
Process completed with exit code 1.
|