mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-16 14:55:22 +01:00
* 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 |
||
|---|---|---|
| .. | ||
| abilities | ||
| balance | ||
| moves | ||
| mystery-encounters | ||
| pokemon-forms | ||
| trainers | ||
| arena-tag.ts | ||
| battle-anims.ts | ||
| battler-tags.ts | ||
| berry.ts | ||
| challenge.ts | ||
| custom-pokemon-data.ts | ||
| daily-run.ts | ||
| data-lists.ts | ||
| dialogue.ts | ||
| double-battle-dialogue.ts | ||
| egg-hatch-data.ts | ||
| egg.ts | ||
| exp.ts | ||
| gender.ts | ||
| nature.ts | ||
| phase-priority-queue.ts | ||
| pokeball.ts | ||
| pokemon-forms.ts | ||
| pokemon-species.ts | ||
| splash-messages.ts | ||
| status-effect.ts | ||
| terrain.ts | ||
| trainer-names.ts | ||
| type.ts | ||
| weather.ts | ||