mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 21:42:20 +02:00
Update biome.jsonc
This commit is contained in:
parent
77dba169b6
commit
6c75f2429d
11
biome.jsonc
11
biome.jsonc
@ -132,9 +132,16 @@
|
||||
"rules": {
|
||||
"correctness": {
|
||||
"noUnusedImports": "off"
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"include": ["src/overrides.ts"],
|
||||
"linter": {
|
||||
"rules": {
|
||||
"style": {
|
||||
"useImportType": "error"
|
||||
"useImportType": "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
import type { BattlerTagLapseType } from "#app/data/battler-tags";
|
||||
import type { PostDancingMoveAbAttr } from "#app/data/abilities/ability";
|
||||
import type { BattlerTagLapseType } from "#app/data/battler-tags";
|
||||
|
||||
/**
|
||||
* Enum representing all the possible ways a given move can be executed.
|
||||
@ -62,12 +62,6 @@ export enum MoveUseType {
|
||||
REFLECTED = 5
|
||||
}
|
||||
|
||||
/**
|
||||
* Comment block to prevent IDE auto-import removal.
|
||||
* {@linkcode BattlerTagLapseType}
|
||||
* {@linkcode PostDancingMoveAbAttr}
|
||||
*/
|
||||
|
||||
// # HELPER FUNCTIONS
|
||||
// Please update the markdown tables if any new `MoveUseType`s get added.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user