mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-13 04:27:20 -05:00
Not having prefer-const on the JS side makes JS -> TS refactors really unreadable. This commit just auto-fixes it so we're using `prefer-const` everywhere.