diff --git a/biome.jsonc b/biome.jsonc
index 40301b3e0bc..82ce7c308dc 100644
--- a/biome.jsonc
+++ b/biome.jsonc
@@ -31,7 +31,6 @@
"src/overrides.ts",
// TODO: these files are too big and complex, ignore them until their respective refactors
"src/data/moves/move.ts",
- "src/data/abilities/ability.ts",
// this file is just too big:
"src/data/balance/tms.ts"
@@ -42,9 +41,6 @@
// TODO: Remove if we ever get down to 0 circular imports
"organizeImports": { "enabled": false },
"linter": {
- "ignore": [
- "src/phases/move-effect-phase.ts" // TODO: unignore after move-effect-phase refactor
- ],
"enabled": true,
"rules": {
"recommended": true,
diff --git a/index.html b/index.html
index 111464b5e5c..d503617c13c 100644
--- a/index.html
+++ b/index.html
@@ -145,6 +145,5 @@
-