Task 2: Apply automated Biome linter fixes - No auto-fixes available (223 errors remain)

This commit is contained in:
Joe McMahon 2026-02-10 21:17:14 -05:00
parent 7dbfc542b3
commit 45afc24aef
11 changed files with 1065 additions and 404 deletions

View file

@ -318,7 +318,7 @@ class ProvinceModule {
if (singleIsle) return "Island";
if (isleGroup) return "Islands";
if (colony) return "Colony";
return rw(this.forms["Wild"]);
return rw(this.forms.Wild);
})();
const fullName = `${name} ${formName}`;