fix(fmt): run make format

This commit is contained in:
indyandie 2024-05-25 02:44:13 -05:00
parent 7335327088
commit b06fd1bd36
No known key found for this signature in database
GPG key ID: FDB83C1AED3933E1

View file

@ -170,79 +170,74 @@ Created by [**Paul Hallett**(]https://github.com/phalt) and other [**PokéAPI co
"description": "Pokémon are the creatures that inhabit the world of the Pokémon games", "description": "Pokémon are the creatures that inhabit the world of the Pokémon games",
"externalDocs": { "externalDocs": {
"description": "Fine more info here", "description": "Fine more info here",
"url": "https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon" "url": "https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon",
} },
}, },
{ {
"name": "evolution", "name": "evolution",
"description": "Evolution (Japanese: 進化 evolution) is a process in which a Pokémon changes into a different species of Pokémon.", "description": "Evolution (Japanese: 進化 evolution) is a process in which a Pokémon changes into a different species of Pokémon.",
"externalDocs": { "externalDocs": {
"description": "Fine more info here", "description": "Fine more info here",
"url": "https://bulbapedia.bulbagarden.net/wiki/Evolution" "url": "https://bulbapedia.bulbagarden.net/wiki/Evolution",
} },
}, },
{ {
"name": "berries", "name": "berries",
"description": "Berries (Japanese: きのみ Tree Fruit) are small, juicy, fleshy fruit. As in the real world, a large variety exists in the Pokémon world, with a large range of flavors and effects", "description": "Berries (Japanese: きのみ Tree Fruit) are small, juicy, fleshy fruit. As in the real world, a large variety exists in the Pokémon world, with a large range of flavors and effects",
"externalDocs": { "externalDocs": {
"description": "Fine more info here", "description": "Fine more info here",
"url": "https://bulbapedia.bulbagarden.net/wiki/Berry" "url": "https://bulbapedia.bulbagarden.net/wiki/Berry",
} },
}, },
{ {
"name": "items", "name": "items",
"description": "An item (Japanese: 道具 tool) is an object in the Pokémon games which the player can pick up, keep in their Bag, and use in some manner", "description": "An item (Japanese: 道具 tool) is an object in the Pokémon games which the player can pick up, keep in their Bag, and use in some manner",
"externalDocs": { "externalDocs": {
"description": "Fine more info here", "description": "Fine more info here",
"url": "https://bulbapedia.bulbagarden.net/wiki/Item" "url": "https://bulbapedia.bulbagarden.net/wiki/Item",
} },
}, },
{ {
"name": "machines", "name": "machines",
"description": "Machines are the representation of items that teach moves to Pokémon.", "description": "Machines are the representation of items that teach moves to Pokémon.",
"externalDocs": { "externalDocs": {
"description": "Fine more info here", "description": "Fine more info here",
"url": "https://bulbapedia.bulbagarden.net/wiki/TM" "url": "https://bulbapedia.bulbagarden.net/wiki/TM",
} },
}, },
{ {
"name": "location", "name": "location",
"description": "Locations that can be visited within the games", "description": "Locations that can be visited within the games",
"externalDocs": { "externalDocs": {
"description": "Fine more info here", "description": "Fine more info here",
"url": "https://bulbapedia.bulbagarden.net/wiki/List_of_locations_by_index_number" "url": "https://bulbapedia.bulbagarden.net/wiki/List_of_locations_by_index_number",
} },
}, },
{ {
"name": "contest", "name": "contest",
"description": "Pokémon Contests (Japanese: ポケモンコンテスト Pokémon Contest) are a type of competition often contrasted with Pokémon battles and held in Contest Halls", "description": "Pokémon Contests (Japanese: ポケモンコンテスト Pokémon Contest) are a type of competition often contrasted with Pokémon battles and held in Contest Halls",
"externalDocs": { "externalDocs": {
"description": "Fine more info here", "description": "Fine more info here",
"url": "https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_Contest" "url": "https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_Contest",
} },
}, },
{ {
"name": "moves", "name": "moves",
"description": "A move (Japanese: わざ move), also known as an attack (Japanese: こうげきわざ attack technique) or technique (Japanese: とくしゅわざ special technique), is the skill Pokémon primarily use in battle.", "description": "A move (Japanese: わざ move), also known as an attack (Japanese: こうげきわざ attack technique) or technique (Japanese: とくしゅわざ special technique), is the skill Pokémon primarily use in battle.",
"externalDocs": { "externalDocs": {
"description": "Fine more info here", "description": "Fine more info here",
"url": "https://bulbapedia.bulbagarden.net/wiki/List_of_locations_by_name" "url": "https://bulbapedia.bulbagarden.net/wiki/List_of_locations_by_name",
},
}
},
{
"name": "encounters"
}, },
{"name": "encounters"},
{ {
"name": "games", "name": "games",
"description": "The Pokémon games are all video games in the Pokémon franchise.", "description": "The Pokémon games are all video games in the Pokémon franchise.",
"externalDocs": { "externalDocs": {
"description": "Fine more info here", "description": "Fine more info here",
"url": "https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_games" "url": "https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_games",
} },
},
{
"name": "utility"
}, },
{"name": "utility"},
], ],
} }