mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
## About The Pull Request Atomized PR from converting us to biome. This converts all cases where we're using `let` but it's never reassigned. This is considered a safe fix https://biomejs.dev/linter/rules/use-const/ ## Command Get [Biome](https://biomejs.dev/guides/manual-installation/) (the executable, at least) `biome lint --write --only "useConst"` ## Why It's Good For The Game Moving us to a simple linter/formatter and shaving off a number of packages, tech debt ## Changelog Should be absolutely zero effect on gameplay