mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-01 05:52:17 +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": {
|
"rules": {
|
||||||
"correctness": {
|
"correctness": {
|
||||||
"noUnusedImports": "off"
|
"noUnusedImports": "off"
|
||||||
},
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"include": ["src/overrides.ts"],
|
||||||
|
"linter": {
|
||||||
|
"rules": {
|
||||||
"style": {
|
"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 { 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.
|
* Enum representing all the possible ways a given move can be executed.
|
||||||
@ -62,12 +62,6 @@ export enum MoveUseType {
|
|||||||
REFLECTED = 5
|
REFLECTED = 5
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Comment block to prevent IDE auto-import removal.
|
|
||||||
* {@linkcode BattlerTagLapseType}
|
|
||||||
* {@linkcode PostDancingMoveAbAttr}
|
|
||||||
*/
|
|
||||||
|
|
||||||
// # HELPER FUNCTIONS
|
// # HELPER FUNCTIONS
|
||||||
// Please update the markdown tables if any new `MoveUseType`s get added.
|
// Please update the markdown tables if any new `MoveUseType`s get added.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user