mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
## 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
11 lines
185 B
JSON
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"
|
|
}
|
|
}
|