Enable Biome linting of ability.ts

This commit is contained in:
NightKev 2025-06-06 23:31:19 -07:00
parent c5db827381
commit a8da3f8e51

View File

@ -10,7 +10,7 @@
"enabled": true, "enabled": true,
"useEditorconfig": true, "useEditorconfig": true,
"indentStyle": "space", "indentStyle": "space",
"ignore": ["src/enums/*", "src/data/balance/*"], "ignore": ["src/enums/*", "src/data/balance/*", "src/data/abilities/ability.ts"],
"lineWidth": 120 "lineWidth": 120
}, },
"files": { "files": {
@ -31,7 +31,6 @@
"src/overrides.ts", "src/overrides.ts",
// TODO: these files are too big and complex, ignore them until their respective refactors // TODO: these files are too big and complex, ignore them until their respective refactors
"src/data/moves/move.ts", "src/data/moves/move.ts",
"src/data/abilities/ability.ts",
// this file is just too big: // this file is just too big:
"src/data/balance/tms.ts" "src/data/balance/tms.ts"