pokerogue/src/data
NightKev 4fc77e4de9
[Dev] Update Biome to 2.0.0 (#6004)
* Run `npm audit fix`

* Update Biome to 2.0.0

* Migrate `biome.jsonc` to 2.0

* Apply Biome and fix some suppression comments

* Fix some suppression comments and update config

* More config updates

Added at "error": `noUnusedLabels`, `noThisInStatic`

Changed `useDefaultParameterLast` from "off" to "warn"

Changed `noDocumentCookie` (from recommended) from "warn" to "off"

Changed `noExcessiveCognitiveComplexity` from "warn" to "info"

* Add a bunch of rules

* Apply Biome safe fixes

* Apply Biome unsafe fixes

* Remove irrelevant `useSelfClosingElements` rule

* Upgrade already followed rules to "error"

* Remove unnecessary type cast

* Disable fixer for `useDefaultParameterLast`

* Disable `useJsonImportAttribute` rule and revert changes

* Fix `mockImage.ts`

* ...there's a `@ts-nocheck` in this file

* Use whole-file lint suppression comment in `version_converter.ts`

* Add a couple comments to `biome.jsonc`

* Remove ESLint packages and GitHub workflow
2025-06-20 23:24:11 -07:00
..
abilities [Bug] Remove message for Rock Head activation (#6014) 2025-06-19 20:59:55 -07:00
balance [Dev] Update Biome to 2.0.0 (#6004) 2025-06-20 23:24:11 -07:00
moves [Dev] Update Biome to 2.0.0 (#6004) 2025-06-20 23:24:11 -07:00
mystery-encounters [Dev] Update Biome to 2.0.0 (#6004) 2025-06-20 23:24:11 -07:00
pokemon-forms [Refactor] Create utility function coerceArray (#5723) 2025-06-12 21:30:01 -07:00
trainers [Dev] Update Biome to 2.0.0 (#6004) 2025-06-20 23:24:11 -07:00
arena-tag.ts [Refactor] Fix issues with "last move selected" vs "used" (#5810) 2025-06-15 10:52:44 -07:00
battle-anims.ts [Dev] Update Biome to 2.0.0 (#6004) 2025-06-20 23:24:11 -07:00
battler-tags.ts [Refactor] Fix issues with "last move selected" vs "used" (#5810) 2025-06-15 10:52:44 -07:00
berry.ts [Refactor] Remove circular dependencies (part 4) (#5964) 2025-06-11 19:42:04 -07:00
challenge.ts [Refactor] Rework evolution conditions and descriptions (#5679) 2025-06-16 05:57:51 -07:00
custom-pokemon-data.ts [Misc] Improve enum naming (#5933) 2025-06-04 14:54:27 -07:00
daily-run.ts [Refactor] Rework evolution conditions and descriptions (#5679) 2025-06-16 05:57:51 -07:00
data-lists.ts [Refactor] Rework evolution conditions and descriptions (#5679) 2025-06-16 05:57:51 -07:00
dialogue.ts [Refactor] Remove circular dependencies (part 4) (#5964) 2025-06-11 19:42:04 -07:00
double-battle-dialogue.ts [Refactor] Remove circular dependencies (part 4) (#5964) 2025-06-11 19:42:04 -07:00
egg-hatch-data.ts [Refactor] Merged interfaces/ into @types/; removed runtime orphan modules 2025-06-07 17:28:01 -07:00
egg.ts [Dev] Update Biome to 2.0.0 (#6004) 2025-06-20 23:24:11 -07:00
exp.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
gender.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
nature.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
phase-priority-queue.ts [Bug] Activate PostSummon Abilities in Speed and Priority Order 2025-06-11 22:28:27 -07:00
pokeball.ts [Refactor] Remove circular dependencies (part 4) (#5964) 2025-06-11 19:42:04 -07:00
pokemon-forms.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
pokemon-species.ts [Dev] Update Biome to 2.0.0 (#6004) 2025-06-20 23:24:11 -07:00
splash-messages.ts [Biome] Add "no unused imports" rule (#5580) 2025-03-29 10:24:23 +00:00
status-effect.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
terrain.ts [Refactor] Remove circular deps 3 (#5959) 2025-06-09 16:24:13 -07:00
trainer-names.ts [Refactor] Remove circular imports part 1 (#5663) 2025-04-19 11:57:03 +00:00
type.ts [Misc][Refactor][GitHub] Ditch eslint for biome, and add a formatter (#5495) 2025-03-09 14:13:25 -07:00
weather.ts [Refactor] Remove circular dependencies (part 4) (#5964) 2025-06-11 19:42:04 -07:00