mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-14 03:19:28 +02:00
Separate TSDoc imports in to-have-used-pp.ts
This commit is contained in:
parent
0871303697
commit
ecf86bca0b
@ -1,8 +1,10 @@
|
||||
// biome-ignore-start lint/correctness/noUnusedImports: TSDoc imports
|
||||
import type { Pokemon } from "#field/pokemon";
|
||||
// biome-ignore-end lint/correctness/noUnusedImports: TSDoc imports
|
||||
|
||||
import { getPokemonNameWithAffix } from "#app/messages";
|
||||
import Overrides from "#app/overrides";
|
||||
import { MoveId } from "#enums/move-id";
|
||||
// biome-ignore lint/correctness/noUnusedImports: TSDocs
|
||||
import type { Pokemon } from "#field/pokemon";
|
||||
import { getEnumStr } from "#test/test-utils/string-utils";
|
||||
import { isPokemonInstance, receivedStr } from "#test/test-utils/test-utils";
|
||||
import { coerceArray } from "#utils/common";
|
||||
|
Loading…
Reference in New Issue
Block a user