diff --git a/biome.jsonc b/biome.jsonc
index 57272982584..dc4f788407a 100644
--- a/biome.jsonc
+++ b/biome.jsonc
@@ -30,7 +30,6 @@
"*.html", // TODO?
// 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"
@@ -41,9 +40,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 @@
-