From a8da3f8e512867f318291744d3737bc62e83b644 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:31:19 -0700 Subject: [PATCH] Enable Biome linting of `ability.ts` --- biome.jsonc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/biome.jsonc b/biome.jsonc index 141c44dc87d..5a38974b193 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -10,7 +10,7 @@ "enabled": true, "useEditorconfig": true, "indentStyle": "space", - "ignore": ["src/enums/*", "src/data/balance/*"], + "ignore": ["src/enums/*", "src/data/balance/*", "src/data/abilities/ability.ts"], "lineWidth": 120 }, "files": { @@ -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"