Files
Bubberstation/package.json
SyncIt21andGitHub 2c76673f70 Updates Biome & Prettier with linting applied (#96394)
## About The Pull Request
- Update Biome to 2.4.16
- Update prettier to 3.8.3
- Apply biome linting rules to a bunch of files
- Convert some files from common-js to es module

## Changelog
N/A
2026-06-10 09:08:43 +12:00

11 lines
185 B
JSON

{
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"prettier": "^3.8.3"
},
"scripts": {
"tgui:fix": "biome check --write --unsafe tgui",
"tgui:lint": "biome lint tgui"
}
}